github.com/argoproj/argo-cd@v1.8.7/manifests/ha/base/redis-ha/overlays/deployment-labels.yaml (about)

     1  - op: replace
     2    path: /spec/selector/matchLabels
     3    value:
     4      app.kubernetes.io/name: argocd-redis-ha-haproxy
     5  - op: replace
     6    path: /spec/template/metadata/labels
     7    value:
     8      app.kubernetes.io/name: argocd-redis-ha-haproxy
     9  - op: replace
    10    path: /spec/template/spec/affinity/podAntiAffinity/preferredDuringSchedulingIgnoredDuringExecution/0/podAffinityTerm/labelSelector/matchLabels
    11    value:
    12      app.kubernetes.io/name: argocd-redis-ha-haproxy
    13  - op: replace
    14    path: /spec/template/spec/affinity/podAntiAffinity/requiredDuringSchedulingIgnoredDuringExecution/0/labelSelector/matchLabels
    15    value:
    16      app.kubernetes.io/name: argocd-redis-ha-haproxy