ci: deploy gitea via flux (git.patanix.de. 40GiB PVC, SOPS)

This commit is contained in:
Patryk Hegenberg 2025-05-26 11:28:24 +02:00
parent 3d85ef9bf6
commit 91ac694306
9 changed files with 147 additions and 8 deletions

12
apps/gitea/pvc.yaml Normal file
View file

@ -0,0 +1,12 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: gitea-data
namespace: gitea
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 40Gi
storageClassName: local-path