forgejo: set the correct hostname in the route

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan
2025-08-14 14:25:50 +01:00
parent 24f88e1ce6
commit a899f6c4bb

View File

@@ -197,7 +197,7 @@ ingress:
route:
enabled: true
annotations: {}
host: "forgejo.apps.ocp.stg.fedoraproject.org"
host: "{{ (env == 'production') | ternary(forgejo_hostname, forgejo_stg_hostname) }}"
wildcardPolicy:
tls:
termination: edge