27 lines
491 B
YAML
27 lines
491 B
YAML
---
|
|
DNS1:
|
|
192.168.0.1
|
|
DNS2:
|
|
1.1.1.1
|
|
admin:
|
|
enabled: true
|
|
existingSecret: pihole-admin
|
|
passwordKey: password
|
|
persistentVolumeClaim:
|
|
enabled: true
|
|
ingress:
|
|
enabled: true
|
|
hosts:
|
|
- "pihole.home"
|
|
serviceWeb:
|
|
loadBalancerIP: 192.168.0.250
|
|
annotations:
|
|
metallb.universe.tf/allow-shared-ip: pihole-svc
|
|
type: LoadBalancer
|
|
serviceDns:
|
|
loadBalancerIP: 192.168.0.250
|
|
annotations:
|
|
metallb.universe.tf/allow-shared-ip: pihole-svc
|
|
type: LoadBalancer
|
|
replicaCount: 1
|