Browse Source

wave 1

pull/28/head
Alex Collins 6 years ago
parent
commit
3a17241091
  1. 4
      sync-waves/manifests.yaml

4
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

Loading…
Cancel
Save