chore: remove obsolete Trafik values
All checks were successful
Renovate / renovate (push) Successful in 28s

This commit is contained in:
Peter 2024-04-11 17:26:37 +02:00
parent 6feba07ee9
commit f7a3fd3ba8
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -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