Alex Collins
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
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 |
|
|
|