mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-23 17:28:44 +00:00
Overlay selector of argocd-redis-ha service (#1436)
* The selector of the argocd-redis-ha service wasn't being overlayed and the service never got to have endpoints * Generated install.yaml and namespace-install.yaml using make manifests
This commit is contained in:
parent
3eac376a41
commit
7e76d6de33
3 changed files with 7 additions and 4 deletions
|
|
@ -84,3 +84,8 @@ patchesJson6902:
|
|||
kind: Service
|
||||
name: argocd-redis-ha-announce-2
|
||||
path: overlays/service-selector.yaml
|
||||
- target:
|
||||
version: v1
|
||||
kind: Service
|
||||
name: argocd-redis-ha
|
||||
path: overlays/service-selector.yaml
|
||||
|
|
|
|||
|
|
@ -600,8 +600,7 @@ spec:
|
|||
protocol: TCP
|
||||
targetPort: sentinel
|
||||
selector:
|
||||
app: redis-ha
|
||||
release: argocd
|
||||
app.kubernetes.io/name: argocd-redis-ha
|
||||
type: ClusterIP
|
||||
---
|
||||
apiVersion: v1
|
||||
|
|
|
|||
|
|
@ -515,8 +515,7 @@ spec:
|
|||
protocol: TCP
|
||||
targetPort: sentinel
|
||||
selector:
|
||||
app: redis-ha
|
||||
release: argocd
|
||||
app.kubernetes.io/name: argocd-redis-ha
|
||||
type: ClusterIP
|
||||
---
|
||||
apiVersion: v1
|
||||
|
|
|
|||
Loading…
Reference in a new issue