move to json file
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user