Files
trade-gitops/environments/sol/public-edge/traefik-helmchart.yaml
mpabi e22826e565
Some checks failed
deploy-sol-public-edge / apply (push) Has been cancelled
runner-smoke / smoke (push) Successful in 14s
feat(sol): add public edge ingress and tls
2026-04-12 20:07:29 +02:00

54 lines
1.0 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
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