infra/roles/k8s-node/templates/traefik-config.yaml

20 lines
490 B
YAML
Raw Normal View History

2024-07-18 04:46:22 +00:00
apiVersion: helm.cattle.io/v1
kind: HelmChartConfig
metadata:
name: traefik
namespace: kube-system
spec:
valuesContent: |-
ports:
web:
proxyProtocol:
trustedIPs:
- 10.5.1.245/32
- 10.5.1.1/32
- 10.42.0.0/16 # traffic getting redirected from other nodes
websecure:
proxyProtocol:
trustedIPs:
- 10.5.1.245/32
- 10.42.0.0/16 # traffic getting redirected from other nodes