fix: Allow metrics ingress for redis-ha-proxy (#23926) (#23928)

Signed-off-by: Jules Triomphe <35426973+JulesTriomphe@users.noreply.github.com>
This commit is contained in:
JulesTriomphe 2025-07-29 14:34:13 +02:00 committed by GitHub
parent b9daeac44e
commit 58b0116d75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 25 additions and 0 deletions

View file

@ -28,4 +28,9 @@ spec:
protocol: TCP
- port: 26379
protocol: TCP
- from:
- namespaceSelector: {}
ports:
- port: 9101
protocol: TCP

View file

@ -28140,6 +28140,11 @@ spec:
protocol: TCP
- port: 26379
protocol: TCP
- from:
- namespaceSelector: {}
ports:
- port: 9101
protocol: TCP
podSelector:
matchLabels:
app.kubernetes.io/name: argocd-redis-ha-haproxy

View file

@ -27949,6 +27949,11 @@ spec:
protocol: TCP
- port: 26379
protocol: TCP
- from:
- namespaceSelector: {}
ports:
- port: 9101
protocol: TCP
podSelector:
matchLabels:
app.kubernetes.io/name: argocd-redis-ha-haproxy

View file

@ -3929,6 +3929,11 @@ spec:
protocol: TCP
- port: 26379
protocol: TCP
- from:
- namespaceSelector: {}
ports:
- port: 9101
protocol: TCP
podSelector:
matchLabels:
app.kubernetes.io/name: argocd-redis-ha-haproxy

View file

@ -3738,6 +3738,11 @@ spec:
protocol: TCP
- port: 26379
protocol: TCP
- from:
- namespaceSelector: {}
ports:
- port: 9101
protocol: TCP
podSelector:
matchLabels:
app.kubernetes.io/name: argocd-redis-ha-haproxy