Fix Traefik Helm values

This commit is contained in:
Pim Kunis 2025-02-16 10:46:18 +01:00
parent 028d7e781d
commit 201af045c9
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
ports = { ports = {
localsecure = { localsecure = {
port = 8444; port = 8444;
expose = true; expose.default = true;
exposedPort = 444; exposedPort = 444;
protocol = "TCP"; protocol = "TCP";

View file

@ -1,4 +1,4 @@
{...}: { {
dinit.enable = true; dinit.enable = true;
init.services.ntfy-sh.shutdownOnExit = true; init.services.ntfy-sh.shutdownOnExit = true;