Skip to content

Commit 06ccb87

Browse files
committed
fix zenith proxying
1 parent 4fbdaa2 commit 06ccb87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

environments/.caas/hooks/post.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
vars:
2626
zenith_proxy_service_name: zenith-monitoring
2727
# Use the IP address for the upstream host
28-
zenith_proxy_upstream_host: "{{ internal_address }}"
28+
zenith_proxy_upstream_host: "{{ ansible_host }}" # IP
2929
zenith_proxy_upstream_port: "{{ grafana_port }}"
3030
zenith_proxy_client_token: "{{ zenith_token_monitoring }}"
3131
zenith_proxy_client_auth_params:
@@ -45,7 +45,7 @@
4545
zenith_proxy_service_name: zenith-ood
4646
# Use the IP address for the upstream host
4747
zenith_proxy_upstream_scheme: https
48-
zenith_proxy_upstream_host: "{{ internal_address }}"
48+
zenith_proxy_upstream_host: "{{ ansible_host }}" # IP
4949
zenith_proxy_upstream_port: 443
5050
zenith_proxy_client_token: "{{ zenith_token_ood }}"
5151
zenith_proxy_client_auth_params:

0 commit comments

Comments
 (0)