traefik: remove woodpecker
All checks were successful
/ check (push) Successful in 40s
All checks were successful
/ check (push) Successful in 40s
This commit is contained in:
parent
d40aaaf45b
commit
f97d0c1b6f
1 changed files with 0 additions and 8 deletions
|
@ -58,13 +58,6 @@
|
|||
tls.domains = [{main = "*.flake.sh";}];
|
||||
tls.certresolver = "production";
|
||||
};
|
||||
woodpecker-server = {
|
||||
rule = "Host(`ci.flake.sh`)";
|
||||
entrypoints = ["websecure"];
|
||||
service = "woodpecker-server";
|
||||
tls.domains = [{main = "*.flake.sh";}];
|
||||
tls.certresolver = "production";
|
||||
};
|
||||
hedgedoc = {
|
||||
rule = "Host(`scratch.flake.sh`)";
|
||||
entrypoints = ["websecure"];
|
||||
|
@ -86,7 +79,6 @@
|
|||
forgejo.loadBalancer.servers = [{url = "http://localhost:3200";}];
|
||||
rustypaste.loadBalancer.servers = [{url = "http://localhost:8000";}];
|
||||
grafana.loadBalancer.servers = [{url = "http://localhost:3100";}];
|
||||
woodpecker-server.loadBalancer.servers = [{url = "http://localhost:8200";}];
|
||||
hedgedoc.loadBalancer.servers = [{url = "http://localhost:3300";}];
|
||||
vaultwarden.loadBalancer.servers = [{url = "http://localhost:8222";}];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue