mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
forgejo: set the correct hostname in the route
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user