mess with naming

This commit is contained in:
ducoterra
2020-04-19 11:51:47 -04:00
parent fdcd8c65a1
commit 786b1e8c93
2 changed files with 4 additions and 4 deletions

View File

@@ -36,8 +36,8 @@ spec:
- --log.level=DEBUG - --log.level=DEBUG
- --api - --api
- --api.insecure - --api.insecure
- --entrypoints.web.address=:9080 - --entrypoints.web.Address=:9080
- --entrypoints.websecure.address=:9443 - --entrypoints.websecure.Address=:9443
- --providers.kubernetesingress - --providers.kubernetesingress
- --providers.kubernetesingress.ingressclass=traefik-external - --providers.kubernetesingress.ingressclass=traefik-external
- --providers.kubernetesingress.ingressendpoint.ip=3.14.3.100 - --providers.kubernetesingress.ingressendpoint.ip=3.14.3.100

View File

@@ -10,9 +10,9 @@ spec:
- protocol: TCP - protocol: TCP
port: 9080 port: 9080
targetPort: 9080 targetPort: 9080
name: http name: web
- protocol: TCP - protocol: TCP
port: 9443 port: 9443
targetPort: 9443 targetPort: 9443
name: https name: websecure
type: LoadBalancer type: LoadBalancer