Эх сурвалжийг харах

Move pihole off longhorn storage

Breandan Dezendorf 2 жил өмнө
parent
commit
828868f20c

+ 0 - 12
dezendorf/homelab/k3s/pihole/pihole.yaml

@@ -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"