21 lines
402 B
YAML
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
|