mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
Signed-off-by: Jules Triomphe <35426973+JulesTriomphe@users.noreply.github.com>
This commit is contained in:
parent
b9daeac44e
commit
58b0116d75
5 changed files with 25 additions and 0 deletions
|
|
@ -28,4 +28,9 @@ spec:
|
|||
protocol: TCP
|
||||
- port: 26379
|
||||
protocol: TCP
|
||||
- from:
|
||||
- namespaceSelector: {}
|
||||
ports:
|
||||
- port: 9101
|
||||
protocol: TCP
|
||||
|
||||
|
|
|
|||
5
manifests/ha/install-with-hydrator.yaml
generated
5
manifests/ha/install-with-hydrator.yaml
generated
|
|
@ -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
|
||||
|
|
|
|||
5
manifests/ha/install.yaml
generated
5
manifests/ha/install.yaml
generated
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
5
manifests/ha/namespace-install.yaml
generated
5
manifests/ha/namespace-install.yaml
generated
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue