Add HTTPS port to echoheaders
This commit is contained in:
parent
5101e74347
commit
665985921b
6 changed files with 29 additions and 3 deletions
|
|
@ -11,6 +11,10 @@ spec:
|
|||
targetPort: 8080
|
||||
protocol: TCP
|
||||
name: http
|
||||
- port: 443
|
||||
targetPort: 8443
|
||||
protocol: TCP
|
||||
name: https
|
||||
selector:
|
||||
app: echoheaders
|
||||
---
|
||||
|
|
@ -32,9 +36,10 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: echoheaders
|
||||
image: gcr.io/google_containers/echoserver:1.7
|
||||
image: gcr.io/google_containers/echoserver:1.9
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
- containerPort: 8443
|
||||
env:
|
||||
- name: NODE_NAME
|
||||
valueFrom:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue