fix(forgejo): temporarily unmount the config for troubleshooting
This commit is contained in:
parent
5baec88371
commit
f0811942be
1 changed files with 0 additions and 6 deletions
|
|
@ -24,16 +24,10 @@ spec:
|
|||
volumeMounts:
|
||||
- name : data
|
||||
mountPath: /data
|
||||
- name: config
|
||||
mountPath: /data/gitea/conf/app.ini
|
||||
subPath: app.ini
|
||||
volumes:
|
||||
- name: data
|
||||
persistentVolumeClaim:
|
||||
claimName: forgejo-data
|
||||
- name: config
|
||||
configMap:
|
||||
name: forgejo-config
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue