change other ports

This commit is contained in:
ducoterra
2020-04-18 19:22:48 -04:00
parent c27507e535
commit 67196b9836
2 changed files with 4 additions and 4 deletions

View File

@@ -23,9 +23,9 @@ spec:
name: traefik-external
ports:
- name: http
containerPort: 80
containerPort: 9080
- name: https
containerPort: 443
containerPort: 9443
resources:
limits:
memory: "2Gi"

View File

@@ -9,10 +9,10 @@ spec:
ports:
- protocol: TCP
port: 9080
targetPort: 80
targetPort: 9080
name: http
- protocol: TCP
port: 9443
targetPort: 443
targetPort: 9443
name: https
type: LoadBalancer