From 3a1724109179d51e774efbbfb6960a1707ca18d9 Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Fri, 31 May 2019 15:18:42 -0700 Subject: [PATCH] wave 1 --- sync-waves/manifests.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sync-waves/manifests.yaml b/sync-waves/manifests.yaml index 5e4e14a..110cf28 100644 --- a/sync-waves/manifests.yaml +++ b/sync-waves/manifests.yaml @@ -66,6 +66,8 @@ apiVersion: apps/v1 kind: ReplicaSet metadata: name: frontend + annotations: + argocd.argoproj.io/sync-wave: "1" spec: replicas: 2 selector: @@ -85,7 +87,7 @@ kind: Service metadata: name: frontend annotations: - argocd.argoproj.io/sync-wave: "2" + argocd.argoproj.io/sync-wave: "1" spec: selector: tier: frontend