k8s/infrastructure/haproxy/helmrelease.yaml

21 lines
402 B
YAML
Raw Normal View History

2026-05-04 08:39:38 +00:00
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