Browse Source

Update manifests.yaml

pull/28/head
Alex Collins 6 years ago
committed by GitHub
parent
commit
65f4b13c86
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      sync-waves/manifests.yaml

4
sync-waves/manifests.yaml

@ -19,7 +19,7 @@ kind: ReplicaSet
metadata: metadata:
name: backend name: backend
spec: spec:
replicas: 2 replicas: 1
selector: selector:
matchLabels: matchLabels:
tier: backend tier: backend
@ -69,7 +69,7 @@ metadata:
annotations: annotations:
argocd.argoproj.io/sync-wave: "2" argocd.argoproj.io/sync-wave: "2"
spec: spec:
replicas: 2 replicas: 1
selector: selector:
matchLabels: matchLabels:
tier: frontend tier: frontend

Loading…
Cancel
Save