fix: disable both Pi-hole instances during DNS migration
Some checks failed
validate / lint (push) Has been cancelled
Some checks failed
validate / lint (push) Has been cancelled
Set replicaCount: 0 for pihole and pihole-debian so Argo CD's selfHeal doesn't scale them back up once its git connectivity recovers. Live deployments already scaled to 0 directly; this just keeps git in sync with that so it sticks. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
parent
12b3b48e8d
commit
fa53b7fee4
@ -1,7 +1,7 @@
|
||||
# Apply: helm upgrade --install pihole-debian mojo2600/pihole -f values/pihole-debian.yaml -n pihole --create-namespace
|
||||
# Description: Helm values for Pi-hole secondary instance on Debian node
|
||||
|
||||
replicaCount: 1
|
||||
replicaCount: 0
|
||||
|
||||
nodeSelector:
|
||||
node-role: storage
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Apply: helm upgrade --install pihole mojo2600/pihole -f values/pihole.yaml -n pihole --create-namespace
|
||||
# Description: Helm values for Pi-hole DNS server on Minisforum
|
||||
|
||||
replicaCount: 1
|
||||
replicaCount: 0
|
||||
|
||||
image:
|
||||
tag: "2024.07.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user