diff --git a/clusters/prod/kustomization.yaml b/clusters/prod/kustomization.yaml index e69de29..de8c5b5 100644 --- a/clusters/prod/kustomization.yaml +++ b/clusters/prod/kustomization.yaml @@ -0,0 +1,13 @@ +apiVersion: kustomize.toolkit.fluxcd.io/v1 +kind: Kustomization +metadata: + name: user-microservice + namespace: flux-system +spec: + interval: 1m + path: ./apps/user-microservice + prune: true + sourceRef: + kind: GitRepository + name: flux-system + targetNamespace: default