chore: remove obsolete Trafik values
All checks were successful
Renovate / renovate (push) Successful in 28s
All checks were successful
Renovate / renovate (push) Successful in 28s
This commit is contained in:
parent
6feba07ee9
commit
f7a3fd3ba8
1 changed files with 0 additions and 51 deletions
|
@ -1,51 +0,0 @@
|
|||
experimental:
|
||||
kubernetesGateway:
|
||||
enabled: true
|
||||
global:
|
||||
systemDefaultRegistry: ""
|
||||
image:
|
||||
repository: rancher/mirrored-library-traefik
|
||||
tag: 2.10.5
|
||||
metrics:
|
||||
prometheus:
|
||||
service:
|
||||
enabled: true
|
||||
serviceMonitor:
|
||||
additionalLabels:
|
||||
prometheus: default
|
||||
interval: 30s
|
||||
scrapeTimeout: 5s
|
||||
podAnnotations:
|
||||
prometheus.io/port: "8082"
|
||||
prometheus.io/scrape: "true"
|
||||
ports:
|
||||
traefik:
|
||||
expose: false
|
||||
port: 9000
|
||||
web:
|
||||
forwardedHeaders:
|
||||
insecure: true
|
||||
websecure:
|
||||
expose: true
|
||||
priorityClassName: system-cluster-critical
|
||||
providers:
|
||||
kubernetesIngress:
|
||||
publishedService:
|
||||
enabled: true
|
||||
allowExternalNameServices: true
|
||||
kubernetesCRD:
|
||||
enabled: true
|
||||
allowExternalNameServices: true
|
||||
service:
|
||||
type: LoadBalancer
|
||||
annotations:
|
||||
load-balancer.hetzner.cloud/location: "hel1"
|
||||
tolerations:
|
||||
- key: CriticalAddonsOnly
|
||||
operator: Exists
|
||||
- effect: NoSchedule
|
||||
key: node-role.kubernetes.io/control-plane
|
||||
operator: Exists
|
||||
- effect: NoSchedule
|
||||
key: node-role.kubernetes.io/master
|
||||
operator: Exists
|
Loading…
Reference in a new issue