Revert "fix(freshrss): mount php source"
This reverts commit 0f964ac589
.
This commit is contained in:
parent
0f964ac589
commit
f574f70e47
|
@ -46,18 +46,13 @@ 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