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. 6
      sync-waves/manifests.yaml

6
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
@ -111,4 +111,4 @@ spec:
- name: page-down - name: page-down
image: alpine:latest image: alpine:latest
command: ["sleep", "2"] command: ["sleep", "2"]
restartPolicy: Never restartPolicy: Never

Loading…
Cancel
Save