added app uptime-kuma

This commit is contained in:
2024-06-19 11:19:06 +10:00
parent a3ecd961d3
commit 11e12e8556
7 changed files with 120 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: uptime-kuma
namespace: uptime-kuma
spec:
releaseName: uptime-kuma
targetNamespace: uptime-kuma
chart:
spec:
chart: uptime-kuma
sourceRef:
kind: HelmRepository
name: dirsigler
namespace: flux-system
interval: 1h
install:
remediation:
retries: 3
values:
volume:
enabled: true
accessMode: ReadWriteOnce
size: 4Gi
existingClaim: "uptime-kuma-pvc"