Files
trade-gitops/environments/sol/public-edge/traefik-helmchart.yaml
mpabi f2af1710ff
Some checks failed
deploy-sol-public-edge / apply (push) Failing after 4m43s
fix(sol): correct traefik public edge redirect config
2026-04-12 20:18:13 +02:00

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