Add HTTPS port to echoheaders

This commit is contained in:
Nick Sardo 2018-02-14 13:24:38 -08:00
parent 5101e74347
commit 665985921b
6 changed files with 29 additions and 3 deletions

View file

@ -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: