This commit is contained in:
nomadics9 2025-01-12 16:32:51 +03:00
parent 664c1e42b7
commit 8232a77d21
No known key found for this signature in database

View file

@ -94,7 +94,7 @@ spec:
runAsUser: 999 runAsUser: 999
runAsGroup: 999 runAsGroup: 999
volumeMounts: volumeMounts:
- mountPath: /var/lib/postgresql - mountPath: /var/lib/postgresql/data
name: git name: git
subPath: forgejo-db subPath: forgejo-db
restartPolicy: Always restartPolicy: Always
@ -102,5 +102,3 @@ spec:
- name: git - name: git
persistentVolumeClaim: persistentVolumeClaim:
claimName: nfs-git-claim claimName: nfs-git-claim