move to json file

This commit is contained in:
2024-05-07 12:13:11 +02:00
parent f56c824974
commit c2b625a245

View File

@@ -48,6 +48,10 @@ spec:
resources: {} resources: {}
securityContext: {} securityContext: {}
volumeMounts: volumeMounts:
- mountPath: /etc/sftpgo
name: data
subPath: etc
readOnly: false
- mountPath: /srv/sftpgo - mountPath: /srv/sftpgo
name: data name: data
subPath: srv subPath: srv
@@ -59,10 +63,6 @@ spec:
- mountPath: /consume - mountPath: /consume
name: consume name: consume
readOnly: false readOnly: false
- mountPath: /etc/sftpgo/sftpgo.json
name: config
readOnly: true
subPath: sftpgo.json
hostNetwork: false hostNetwork: false
securityContext: {} securityContext: {}
serviceAccountName: sftpgo serviceAccountName: sftpgo