From 65f4b13c8656eecdea62025a9b8ce4560c85ac8b Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Tue, 4 Jun 2019 14:44:17 -0700 Subject: [PATCH] Update manifests.yaml --- sync-waves/manifests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sync-waves/manifests.yaml b/sync-waves/manifests.yaml index bea6a1e..11fddf1 100644 --- a/sync-waves/manifests.yaml +++ b/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 \ No newline at end of file + restartPolicy: Never