You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
375 B
YAML
15 lines
375 B
YAML
1 year ago
|
apiVersion: helm.cattle.io/v1
|
||
|
kind: HelmChartConfig
|
||
|
metadata:
|
||
|
name: traefik
|
||
|
namespace: kube-system
|
||
|
spec:
|
||
|
valuesContent: |-
|
||
|
additionalArguments:
|
||
|
- "--entryPoints.web.proxyProtocol.trustedIPs=10.0.0.254"
|
||
|
- "--entryPoints.web.forwardedHeaders.trustedIPs=10.0.0.254"
|
||
|
ports:
|
||
|
web:
|
||
|
exposedPort: 8000
|
||
|
websecure:
|
||
|
exposedPort: 8443
|