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 kind: ReplicaSet
metadata: metadata:
name: frontend name: frontend
annotations:
argocd.argoproj.io/sync-wave: "1"
spec: spec:
replicas: 2 replicas: 2
selector: selector:
@ -85,7 +87,7 @@ kind: Service
metadata: metadata:
name: frontend name: frontend
annotations: annotations:
argocd.argoproj.io/sync-wave: "2" argocd.argoproj.io/sync-wave: "1"
spec: spec:
selector: selector:
tier: frontend tier: frontend

Loading…
Cancel
Save