Move http traffic to port 8442
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user