Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
86544f659a Update renovate/renovate Docker tag to v42.27.1 2025-12-01 06:28:18 +00:00
3 changed files with 5 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ jobs:
renovate: renovate:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: renovate/renovate:42.29.4 image: renovate/renovate:42.27.1
steps: steps:
- name: Checkout repository - name: Checkout repository

View File

@@ -6,10 +6,10 @@ metadata:
data: data:
keepalived.conf: | keepalived.conf: |
vrrp_instance PIHOLE_VIP { vrrp_instance PIHOLE_VIP {
state MASTER state BACKUP
interface eth0 interface eth0
virtual_router_id 212 virtual_router_id 212
priority 50 priority 100
advert_int 1 advert_int 1
virtual_ipaddress { virtual_ipaddress {

View File

@@ -2,7 +2,7 @@
apiVersion: apps/v1 apiVersion: apps/v1
kind: DaemonSet kind: DaemonSet
metadata: metadata:
name: pihole name: pihole-backup
namespace: tools namespace: tools
spec: spec:
selector: selector:
@@ -14,17 +14,8 @@ spec:
app: pihole app: pihole
spec: spec:
hostNetwork: true hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/hostname
operator: NotIn
values:
- "kube-01"
initContainers: initContainers:
- name: init-keepalived - name: init-keepalived
image: osixia/keepalived:2.0.20 image: osixia/keepalived:2.0.20