Fix Traefik Helm values
This commit is contained in:
parent
028d7e781d
commit
201af045c9
2 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{...}: {
|
{
|
||||||
dinit.enable = true;
|
dinit.enable = true;
|
||||||
init.services.ntfy-sh.shutdownOnExit = true;
|
init.services.ntfy-sh.shutdownOnExit = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue