21 lines
399 B
YAML
21 lines
399 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
|
|
kind: Kustomization
|
||
|
|
|
||
|
|
namespace: api
|
||
|
|
|
||
|
|
resources:
|
||
|
|
- rbac.yaml
|
||
|
|
- service.yaml
|
||
|
|
- deployment.yaml
|
||
|
|
- network-policy.yaml
|
||
|
|
- configmap.yaml
|
||
|
|
|
||
|
|
commonLabels:
|
||
|
|
app: api-gateway
|
||
|
|
managed-by: argocd
|
||
|
|
|
||
|
|
commonAnnotations:
|
||
|
|
argocd.argoproj.io/sync-wave: "2"
|
||
|
|
# Wave 2 ensures the gateway is ready before anything that depends on it
|
||
|
|
# Kong remains on wave 7 unchanged
|