fix(attic): Don't use the same port as prometheus
All checks were successful
build configuration / build_compute01 (push) Successful in 1m18s
build configuration / build_storage01 (push) Successful in 1m18s
build configuration / build_vault01 (push) Successful in 1m8s
build configuration / build_web01 (push) Successful in 1m30s
build configuration / build_web02 (push) Successful in 1m7s
build configuration / build_rescue01 (push) Successful in 1m6s
lint / check (push) Successful in 23s
build configuration / push_to_cache (push) Successful in 2m58s

This commit is contained in:
Tom Hubrecht 2024-07-06 11:59:58 +02:00
parent d553d6efe7
commit 7092c4e9c3

View file

@ -11,7 +11,7 @@ in
credentialsFile = config.age.secrets."atticd-credentials_file".path;
settings = {
listen = "127.0.0.1:9090";
listen = "127.0.0.1:9099";
api-endpoint = "https://${host}/";
allowed-hosts = [ host ];
@ -55,7 +55,7 @@ in
forceSSL = true;
locations."/" = {
proxyPass = "http://127.0.0.1:9090";
proxyPass = "http://127.0.0.1:9099";
extraConfig = ''
client_max_body_size 10G;