git db
This commit is contained in:
parent
664c1e42b7
commit
8232a77d21
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue