Use ubuntu-prod hostname in Traefik upstreams
Some checks failed
Deploy Stacks / deploy-prod (push) Failing after 0s
Deploy Stacks / deploy-dev (push) Has been cancelled

This commit is contained in:
2026-02-05 19:21:55 -05:00
parent 2a1d78fa69
commit 0cbe7d3862
3 changed files with 5 additions and 5 deletions

View File

@@ -20,4 +20,4 @@ http:
authentik:
loadBalancer:
servers:
- url: "http://192.168.5.123:9000"
- url: "http://ubuntu-prod.localdomain:9000"

View File

@@ -12,4 +12,4 @@ http:
gitea:
loadBalancer:
servers:
- url: "http://192.168.5.123:3001"
- url: "http://ubuntu-prod.localdomain:3001"

View File

@@ -164,14 +164,14 @@ http:
loadBalancer:
passHostHeader: true
servers:
- url: "http://192.168.5.123:3000"
- url: "http://ubuntu-prod.localdomain:3000"
# (NEW) Invidious Companion service at port 8282
invid-companion:
loadBalancer:
passHostHeader: true
servers:
- url: "http://192.168.5.123:8282"
- url: "http://ubuntu-prod.localdomain:8282"
picam:
loadBalancer:
@@ -205,7 +205,7 @@ http:
auth:
forwardAuth:
address: http://192.168.5.123:9000/outpost.goauthentik.io/auth/traefik
address: http://ubuntu-prod.localdomain:9000/outpost.goauthentik.io/auth/traefik
trustForwardHeader: true
authResponseHeaders:
- X-authentik-username