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:
parent
8067d9a301
commit
6794fce2a2
3 changed files with 31 additions and 21 deletions
|
@ -5,6 +5,15 @@
|
|||
deployments.pihole.spec = {
|
||||
selector.matchLabels.app = "pihole";
|
||||
|
||||
strategy = {
|
||||
type = "RollingUpdate";
|
||||
|
||||
rollingUpdate = {
|
||||
maxSurge = 0;
|
||||
maxUnavailable = 1;
|
||||
};
|
||||
};
|
||||
|
||||
template = {
|
||||
metadata.labels.app = "pihole";
|
||||
|
||||
|
|
Reference in a new issue