Files
k3s/clusters/default/tools/pihole/pihole-cm.yml
aggarwalakshun ecf14d6aad
All checks were successful
renovate / renovate (push) Successful in 7m31s
add pihole with keepalived for backup
2025-11-28 05:59:51 +05:30

19 lines
316 B
YAML

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
}
}