k8s/infrastructure/haproxy/helmrelease.yaml
2026-05-04 20:39:38 +12:00

21 lines
402 B
YAML

apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: haproxy
namespace: haproxy
spec:
interval: 15m
releaseName: haproxy
chart:
spec:
chart: haproxy
version: "*"
sourceRef:
kind: HelmRepository
name: haproxytech
namespace: flux-system
valuesFrom:
- kind: ConfigMap
name: haproxy-values
valuesKey: values.yaml