mess with naming
This commit is contained in:
@@ -36,8 +36,8 @@ spec:
|
||||
- --log.level=DEBUG
|
||||
- --api
|
||||
- --api.insecure
|
||||
- --entrypoints.web.address=:9080
|
||||
- --entrypoints.websecure.address=:9443
|
||||
- --entrypoints.web.Address=:9080
|
||||
- --entrypoints.websecure.Address=:9443
|
||||
- --providers.kubernetesingress
|
||||
- --providers.kubernetesingress.ingressclass=traefik-external
|
||||
- --providers.kubernetesingress.ingressendpoint.ip=3.14.3.100
|
||||
@@ -10,9 +10,9 @@ spec:
|
||||
- protocol: TCP
|
||||
port: 9080
|
||||
targetPort: 9080
|
||||
name: http
|
||||
name: web
|
||||
- protocol: TCP
|
||||
port: 9443
|
||||
targetPort: 9443
|
||||
name: https
|
||||
name: websecure
|
||||
type: LoadBalancer
|
||||
Reference in New Issue
Block a user