From 3009e09965914e3cc33313530343315511c27bce Mon Sep 17 00:00:00 2001 From: Adam Saleh Date: Mon, 18 Jan 2021 17:55:57 +0100 Subject: [PATCH] Added proxy uri for postgrest --- .../monitor-dashboard/templates/postgrest_deploymentconfig.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/openshift-apps/monitor-dashboard/templates/postgrest_deploymentconfig.yml b/roles/openshift-apps/monitor-dashboard/templates/postgrest_deploymentconfig.yml index c7d9fce67f..a4a181058e 100644 --- a/roles/openshift-apps/monitor-dashboard/templates/postgrest_deploymentconfig.yml +++ b/roles/openshift-apps/monitor-dashboard/templates/postgrest_deploymentconfig.yml @@ -32,5 +32,7 @@ spec: value: "datanommer_ro" - name: "PGRST_MAX_ROWS" value: "25" + - name: "PGRST_OPENAPI_SERVER_PROXY_URI" + value: "https://postgrest-monitor-dashboard.app.os.fedoraproject.org/" triggers: - type: ConfigChange