diff --git a/applications/gucamole/deployment.yaml b/applications/gucamole/deployment.yaml deleted file mode 100644 index 801e8a4..0000000 --- a/applications/gucamole/deployment.yaml +++ /dev/null @@ -1,14 +0,0 @@ ---- -apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 -kind: Kustomization -metadata: - name: guacamole - namespace: flux-system -spec: - interval: 3m0s - path: ./ - prune: true - sourceRef: - kind: GitRepository - name: guacamole-source - targetNamespace: guacamole diff --git a/applications/gucamole/source.yaml b/applications/gucamole/source.yaml deleted file mode 100644 index 011cef8..0000000 --- a/applications/gucamole/source.yaml +++ /dev/null @@ -1,12 +0,0 @@ ---- -apiVersion: source.toolkit.fluxcd.io/v1beta1 -kind: GitRepository -metadata: - name: guacamole-source - namespace: flux-system -spec: - interval: 3m0s - ref: - branch: master - url: https://github.com/thejimnicholson/guac-k8s.git - diff --git a/applications/uptime-kuma/deploy.yaml b/applications/uptime-kuma/deploy.yaml deleted file mode 100644 index 57a5ad8..0000000 --- a/applications/uptime-kuma/deploy.yaml +++ /dev/null @@ -1,14 +0,0 @@ ---- -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 deleted file mode 100644 index eec182d..0000000 --- a/applications/uptime-kuma/source.yaml +++ /dev/null @@ -1,12 +0,0 @@ ---- -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 -