feature: Adds more operational services.
This commit is contained in:
parent
9f85ec639d
commit
a704e75851
47 changed files with 1484 additions and 519 deletions
15
kubernetes/services/pihole/pihole.yml
Normal file
15
kubernetes/services/pihole/pihole.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
persistentVolumeClaim:
|
||||
enabled: true
|
||||
storageClass: longhorn
|
||||
|
||||
serviceWeb:
|
||||
annotations:
|
||||
metallb.universe.tf/allow-shared-ip: pihole-svc
|
||||
metallb.universe.tf/loadBalancerIPs: 192.168.2.20
|
||||
type: LoadBalancer
|
||||
|
||||
serviceDns:
|
||||
annotations:
|
||||
metallb.universe.tf/allow-shared-ip: pihole-svc
|
||||
metallb.universe.tf/loadBalancerIPs: 192.168.2.20
|
||||
type: LoadBalancer
|
Reference in a new issue