Convert Uptime Kuma manifests to Kustomize

This commit is contained in:
2026-06-23 14:52:44 +00:00
parent 059c759933
commit bab4397363
+9
View File
@@ -0,0 +1,9 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- deployment.yaml
- ingress.yaml
- namespace.yaml
- pvc.yaml
- service.yaml