Move http traffic to port 8442

This commit is contained in:
Devon Mackay
2018-08-07 17:01:40 -04:00
parent 55c08d1188
commit 9cb5f88239
2 changed files with 5 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ spec:
- name: atst-nginx
image: nginx:alpine
ports:
- containerPort: 8080
- containerPort: 8442
name: http
- containerPort: 8443
name: https
@@ -118,7 +118,7 @@ spec:
ports:
- name: "http"
port: 80
targetPort: 8080
targetPort: 8442
- name: "https"
port: 443
targetPort: 8443