add pihole with keepalived for backup
All checks were successful
renovate / renovate (push) Successful in 7m31s

This commit is contained in:
2025-11-28 05:59:51 +05:30
parent 8d4c271215
commit ecf14d6aad
3 changed files with 113 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: keepalived-config
namespace: tools
data:
keepalived.conf: |
vrrp_instance PIHOLE_VIP {
state BACKUP
interface eth0
virtual_router_id 212
priority 100
advert_int 1
virtual_ipaddress {
192.168.1.212/24
}
}