fix(argo-cd): Add required label for CLI on redis-ha-haproxy pod (#2627)
This commit is contained in:
parent
c30f1984e4
commit
1a5bded746
3 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue