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