diff --git a/applications/uptime-kuma/deploy.yaml b/applications/uptime-kuma/deploy.yaml new file mode 100644 index 0000000..57a5ad8 --- /dev/null +++ b/applications/uptime-kuma/deploy.yaml @@ -0,0 +1,14 @@ +--- +apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 +kind: Kustomization +metadata: + name: uptime-kuma + namespace: flux-system +spec: + interval: 30m0s + path: ./ + prune: true + sourceRef: + kind: GitRepository + name: uptime-kuma + targetNamespace: uptime-kuma diff --git a/applications/uptime-kuma/source.yaml b/applications/uptime-kuma/source.yaml new file mode 100644 index 0000000..eec182d --- /dev/null +++ b/applications/uptime-kuma/source.yaml @@ -0,0 +1,12 @@ +--- +apiVersion: source.toolkit.fluxcd.io/v1beta1 +kind: GitRepository +metadata: + name: uptime-kuma + namespace: flux-system +spec: + interval: 3m0s + ref: + branch: master + url: https://github.com/thejimnicholson/uptime-kuma-k8s.git +