Remove redundant default metrics and port configurations from Traefik YAML
This commit is contained in:
parent
6a37ddb049
commit
26d1652ded
@ -29,23 +29,6 @@ spec:
|
||||
enabled: false
|
||||
matchRule: PathPrefix(`/ping`)
|
||||
entryPoints: ["traefik"]
|
||||
metrics:
|
||||
prometheus:
|
||||
entryPoint: metrics
|
||||
ports:
|
||||
web:
|
||||
port: 8000
|
||||
expose: true
|
||||
exposedPort: 80
|
||||
protocol: TCP
|
||||
websecure:
|
||||
# asDefault: true
|
||||
port: 8443
|
||||
expose: true
|
||||
exposedPort: 443
|
||||
protocol: TCP
|
||||
tls:
|
||||
enabled: true
|
||||
service:
|
||||
enabled: true
|
||||
single: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user