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:
Karsten Siemer 2019-04-12 18:17:01 +02:00 committed by Alexander Matyushentsev
parent 3eac376a41
commit 7e76d6de33
3 changed files with 7 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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