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 name: traefik-external
ports: ports:
- name: http - name: http
containerPort: 80 containerPort: 9080
- name: https - name: https
containerPort: 443 containerPort: 9443
resources: resources:
limits: limits:
memory: "2Gi" memory: "2Gi"

View File

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