fix(traefik): Do not default to port 8000
This commit is contained in:
@@ -23,9 +23,16 @@ spec:
|
|||||||
service:
|
service:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
additionalArguments:
|
gateway:
|
||||||
- --entrypoints.web.address=:80
|
listeners:
|
||||||
- --entrypoints.websecure.address=:443
|
web:
|
||||||
|
port: 80
|
||||||
|
protocol: HTTP
|
||||||
|
websecure:
|
||||||
|
port: 443
|
||||||
|
protocol: HTTPS
|
||||||
|
certificateRefs:
|
||||||
|
- name: ""
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: traefik
|
namespace: traefik
|
||||||
|
|||||||
Reference in New Issue
Block a user