feat(k8s/pihole): improve dnscrypt-proxy config

This commit is contained in:
2026-03-22 16:46:36 +02:00
parent e828d6dd37
commit a28a69df76
2 changed files with 13 additions and 15 deletions

View File

@@ -97,6 +97,8 @@ spec:
- name: dnscrypt-config
mountPath: /config/dnscrypt-proxy.toml
subPath: dnscrypt-proxy.toml
- name: dnscrypt-tmp
mountPath: /tmp
volumes:
- name: pihole-config
@@ -110,6 +112,8 @@ spec:
- name: pihole-adlists
configMap:
name: pihole-adlists
- name: dnscrypt-tmp
emptyDir: {}
- name: dnscrypt-config
configMap:
name: dnscrypt-config