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