소스 검색

Move pihole off longhorn storage

Breandan Dezendorf 2 년 전
부모
커밋
828868f20c
1개의 변경된 파일0개의 추가작업 그리고 12개의 파일을 삭제
  1. 0 12
      dezendorf/homelab/k3s/pihole/pihole.yaml

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