20 lines
490 B
YAML
20 lines
490 B
YAML
|
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
|