Compare commits
1 Commits
1c4f0f9b61
...
86544f659a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
86544f659a |
@@ -9,7 +9,7 @@ jobs:
|
||||
renovate:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: renovate/renovate:42.29.4
|
||||
image: renovate/renovate:42.27.1
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
||||
@@ -6,10 +6,10 @@ metadata:
|
||||
data:
|
||||
keepalived.conf: |
|
||||
vrrp_instance PIHOLE_VIP {
|
||||
state MASTER
|
||||
state BACKUP
|
||||
interface eth0
|
||||
virtual_router_id 212
|
||||
priority 50
|
||||
priority 100
|
||||
advert_int 1
|
||||
|
||||
virtual_ipaddress {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
apiVersion: apps/v1
|
||||
kind: DaemonSet
|
||||
metadata:
|
||||
name: pihole
|
||||
name: pihole-backup
|
||||
namespace: tools
|
||||
spec:
|
||||
selector:
|
||||
@@ -14,16 +14,7 @@ spec:
|
||||
app: pihole
|
||||
spec:
|
||||
hostNetwork: true
|
||||
|
||||
affinity:
|
||||
nodeAffinity:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
nodeSelectorTerms:
|
||||
- matchExpressions:
|
||||
- key: kubernetes.io/hostname
|
||||
operator: NotIn
|
||||
values:
|
||||
- "kube-01"
|
||||
dnsPolicy: ClusterFirstWithHostNet
|
||||
|
||||
initContainers:
|
||||
- name: init-keepalived
|
||||
|
||||
Reference in New Issue
Block a user