fix(argo-cd): Add required label for CLI on redis-ha-haproxy pod (#2627)

This commit is contained in:
Marco Maurer (-Kilchhofer) 2024-04-04 20:47:21 +02:00 committed by GitHub
parent c30f1984e4
commit 1a5bded746
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 3 deletions

View file

@ -1505,6 +1505,9 @@ redis-ha:
haproxy:
# -- Enabled HAProxy LoadBalancing/Proxy
enabled: true
# -- Custom labels for the haproxy pod. This is relevant for Argo CD CLI.
labels:
app.kubernetes.io/name: argocd-redis-ha-haproxy
metrics:
# -- HAProxy enable prometheus metric scraping
enabled: true