fix(freshrss): mount php source
This commit is contained in:
parent
edebc575e3
commit
0f964ac589
|
@ -46,13 +46,18 @@ spec:
|
||||||
- hosts:
|
- hosts:
|
||||||
- *host
|
- *host
|
||||||
secretName: wildcard-main-tls
|
secretName: wildcard-main-tls
|
||||||
|
#
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: hostPath
|
type: hostPath
|
||||||
hostPath: /mnt/MainPool/Kubernetes/freshrss
|
hostPath: /mnt/MainPool/Kubernetes/freshrss
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
|
php-source:
|
||||||
|
enabled: true
|
||||||
|
type: hostPath
|
||||||
|
hostPath: /mnt/MainPool/Kubernetes/freshrss/php_source
|
||||||
|
mountPath: /app/www/
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|
Loading…
Reference in New Issue