diff --git a/clusters/prod/source.yaml b/clusters/prod/source.yaml new file mode 100644 index 0000000..2967d72 --- /dev/null +++ b/clusters/prod/source.yaml @@ -0,0 +1,10 @@ +apiVersion: source.toolkit.fluxcd.io/v1 +kind: GitRepository +metadata: + name: user-microservice-repo + namespace: flux-system +spec: + interval: 1m + url: https://gitea.marcin00.pl/pikram/user-microservice-deploy.git + ref: + branch: fluxcd \ No newline at end of file