Files
homelab/kubernetes/infrastructure/controllers/traefik/release.yaml
Oleksandr Berezovskyi db16af0d27 fix(k8s/infra): split infrastructure into controllers and configs stages
ClusterIssuer dry-run fails because cert-manager CRDs are not yet
installed when the single infrastructure Kustomization is applied.
Split into infrastructure-controllers (Helm charts that install CRDs)
and infrastructure-configs (CRD-dependent resources like ClusterIssuer)
with a dependency between them.
2026-02-23 19:45:23 +02:00

26 lines
456 B
YAML

---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: traefik
namespace: traefik
spec:
chart:
spec:
chart: traefik
version: 39.0.0
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository
name: traefik
namespace: flux-system
interval: 1m0s
values:
service:
type: ClusterIP
ports:
web:
hostPort: 80
websecure:
hostPort: 443