Add uptime to new-cluster
This commit is contained in:
parent
fb52552051
commit
0e9cff8e38
14
applications/uptime-kuma/deploy.yaml
Normal file
14
applications/uptime-kuma/deploy.yaml
Normal file
@ -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
|
||||||
12
applications/uptime-kuma/source.yaml
Normal file
12
applications/uptime-kuma/source.yaml
Normal file
@ -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
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user