|
|
@ -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 |
|
|
|