fixing adguard-home chart issue
This commit is contained in:
@@ -34,22 +34,20 @@ spec:
|
|||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
hostPath: /mnt/nfs/AppData/adguardhome/conf
|
hostPath: /mnt/nfs/AppData/adguardhome/conf
|
||||||
mountPath: /opt/adguardhome/conf
|
|
||||||
type: hostPath
|
type: hostPath
|
||||||
work:
|
work:
|
||||||
enabled: true
|
enabled: true
|
||||||
hostPath: /mnt/nfs/AppData/adguardhome/work
|
hostPath: /mnt/nfs/AppData/adguardhome/work
|
||||||
mountPath: /opt/adguardhome/work
|
|
||||||
type: hostPath
|
type: hostPath
|
||||||
portal:
|
portal:
|
||||||
open:
|
open:
|
||||||
enabled: true
|
enabled: true
|
||||||
container:
|
volumeMounts:
|
||||||
volumeMounts:
|
- name: work
|
||||||
- name: work
|
mountPath: /opt/adguardhome/work
|
||||||
mountPath: /opt/adguardhome/work
|
readOnly: false
|
||||||
readOnly: false
|
- name: config
|
||||||
- name: config
|
mountPath: /opt/adguardhome/conf
|
||||||
mountPath: /opt/adguardhome/conf
|
readOnly: false
|
||||||
readOnly: false
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user