|
|
@@ -26,12 +26,6 @@ spec:
|
|
|
- dezendorf.net
|
|
|
- dezendorf.com
|
|
|
volumes:
|
|
|
- - name: piholeetc
|
|
|
- persistentVolumeClaim:
|
|
|
- claimName: piholeetc
|
|
|
- - name: piholednsmasq
|
|
|
- persistentVolumeClaim:
|
|
|
- claimName: piholednsmasq
|
|
|
- name: "pihole-custom-list"
|
|
|
configMap:
|
|
|
name: "pihole-custom-list"
|
|
|
@@ -49,12 +43,6 @@ spec:
|
|
|
containerPort: 80
|
|
|
protocol: TCP
|
|
|
volumeMounts:
|
|
|
- - name: piholeetc
|
|
|
- mountPath: /etc/pihole
|
|
|
- subPath: ''
|
|
|
- - name: piholednsmasq
|
|
|
- mountPath: /etc/dnsmasq.d
|
|
|
- subPath: ''
|
|
|
- name: "pihole-custom-list"
|
|
|
mountPath: "/etc/pihole/custom.list"
|
|
|
subPath: "custom.list"
|