@@ -34,22 +34,20 @@ spec:
|
||||
config:
|
||||
enabled: true
|
||||
hostPath: /mnt/nfs/AppData/adguardhome/conf
|
||||
mountPath: /opt/adguardhome/conf
|
||||
type: Directory
|
||||
type: hostPath
|
||||
work:
|
||||
enabled: true
|
||||
hostPath: /mnt/nfs/AppData/adguardhome/work
|
||||
mountPath: /opt/adguardhome/work
|
||||
type: Directory
|
||||
type: hostPath
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
container:
|
||||
volumeMounts:
|
||||
- name: work
|
||||
mountPath: /opt/adguardhome/work
|
||||
readOnly: false
|
||||
- name: config
|
||||
mountPath: /opt/adguardhome/conf
|
||||
readOnly: false
|
||||
volumeMounts:
|
||||
- name: work
|
||||
mountPath: /opt/adguardhome/work
|
||||
readOnly: false
|
||||
- name: config
|
||||
mountPath: /opt/adguardhome/conf
|
||||
readOnly: false
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user