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:
name: backend
spec:
replicas: 2
replicas: 1
selector:
matchLabels:
tier: backend
@ -69,7 +69,7 @@ metadata:
annotations:
argocd.argoproj.io/sync-wave: "2"
spec:
replicas: 2
replicas: 1
selector:
matchLabels:
tier: frontend
@ -111,4 +111,4 @@ spec:
- name: page-down
image: alpine:latest
command: ["sleep", "2"]
restartPolicy: Never
restartPolicy: Never

Loading…
Cancel
Save