fix ports

This commit is contained in:
ducoterra
2020-05-06 20:31:15 -04:00
parent 1385e14244
commit dddb9accb2

View File

@@ -9,10 +9,10 @@ spec:
app: traefik-internal-controller app: traefik-internal-controller
ports: ports:
- protocol: TCP - protocol: TCP
port: 9080 port: 80
name: web name: web
targetPort: 9080 targetPort: 80
- protocol: TCP - protocol: TCP
port: 9443 port: 443
name: websecure name: websecure
targetPort: 9443 targetPort: 443