55 lines
1.1 KiB
YAML
55 lines
1.1 KiB
YAML
apiVersion: helm.cattle.io/v1
|
|
kind: HelmChart
|
|
metadata:
|
|
name: traefik
|
|
namespace: kube-system
|
|
spec:
|
|
repo: https://traefik.github.io/charts
|
|
chart: traefik
|
|
version: 39.0.7
|
|
targetNamespace: kube-system
|
|
createNamespace: false
|
|
failurePolicy: abort
|
|
valuesContent: |-
|
|
deployment:
|
|
kind: DaemonSet
|
|
gateway:
|
|
enabled: false
|
|
gatewayClass:
|
|
enabled: false
|
|
experimental:
|
|
kubernetesGateway:
|
|
enabled: false
|
|
api:
|
|
dashboard: false
|
|
ingressRoute:
|
|
dashboard:
|
|
enabled: false
|
|
healthcheck:
|
|
enabled: false
|
|
ports:
|
|
traefik:
|
|
expose:
|
|
default: false
|
|
web:
|
|
hostPort: 80
|
|
allowACMEByPass: true
|
|
http:
|
|
redirections:
|
|
entryPoint:
|
|
to: websecure
|
|
scheme: https
|
|
permanent: true
|
|
websecure:
|
|
hostPort: 443
|
|
service:
|
|
spec:
|
|
type: ClusterIP
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 128Mi
|
|
limits:
|
|
cpu: 500m
|
|
memory: 256Mi
|