Migrate to using EnvFrom with the use of Infisical Secret sync for env vars

This commit is contained in:
2026-08-23 18:23:56 +02:00
parent 19bab56874
commit 7956c6b1b9
9 changed files with 39 additions and 45 deletions
@@ -0,0 +1,13 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: uptime-kuma-mariadb-pvc
namespace: uptime-kuma
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn-static
volumeName: uptime-kuma-mariadb-data
resources:
requests:
storage: 5Gi