Merge pull request #128 from 3dwardch3ng/misc

Misc
This commit is contained in:
2024-06-13 13:19:38 +10:00
committed by GitHub

View File

@@ -34,17 +34,14 @@ 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: Directory
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: Directory
portal: portal:
open: open:
enabled: true enabled: true
container:
volumeMounts: volumeMounts:
- name: work - name: work
mountPath: /opt/adguardhome/work mountPath: /opt/adguardhome/work
@@ -53,3 +50,4 @@ spec:
mountPath: /opt/adguardhome/conf mountPath: /opt/adguardhome/conf
readOnly: false readOnly: false