fix(forgejo): temporarily unmount the config for troubleshooting

This commit is contained in:
jad0s 2026-05-13 14:24:24 +02:00
parent 5baec88371
commit f0811942be

View file

@ -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