chore(deps): update renovate/renovate docker tag to v37.68.4 #218

Open
renovate wants to merge 1976 commits from renovate/renovate-renovate-37.x into main
2 changed files with 3 additions and 2 deletions
Showing only changes of commit d61b7a376c - Show all commits

View file

@ -44,6 +44,7 @@
"--cluster-init" # Enable embedded etcd
"--disable=servicelb" # disable servicelb
"--no-deploy=traefik" # we want to configure traefik ourselves (or use nginx instead)
"--cluster-cidr=10.69.0.0/16" # the default of 10.42.0.0/16 clashes with my own network
];
};
}

View file

@ -41,16 +41,16 @@
};
};
# TODO: Make a function for adding hostnames to k8s endpoint(s).
virtualHosts."zookeeper.0x76.dev" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://10.42.43.28:8085/";
proxyPass = "http://10.42.42.150:8000/";
proxyWebsockets = true;
};
};
# TODO: Make a function for adding hostnames to k8s endpoint(s).
virtualHosts."wooloofan.club" = {
enableACME = true;
forceSSL = true;