fix: Don't use tailscale DNS for physical servers

fix: Don't do rolling updates for pihole
chore: Update flake inputs
This commit is contained in:
Pim Kunis 2024-07-30 20:33:07 +02:00
parent 8067d9a301
commit 6794fce2a2
3 changed files with 31 additions and 21 deletions

View file

@ -5,6 +5,15 @@
deployments.pihole.spec = {
selector.matchLabels.app = "pihole";
strategy = {
type = "RollingUpdate";
rollingUpdate = {
maxSurge = 0;
maxUnavailable = 1;
};
};
template = {
metadata.labels.app = "pihole";