Skip to content

Commit 13e5ad5

Browse files
authored
Fix GF_SERVER_ROOT_URL (#1162)
1 parent 89844c6 commit 13e5ad5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

metro-ai-suite/metro-vision-ai-app-recipe/compose-scenescape.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ services:
132132
HTTP_PROXY: ${http_proxy}
133133
HTTPS_PROXY: ${https_proxy}
134134
NO_PROXY: ${no_proxy},.scenescape.intel.com,influxdb2
135-
GF_SERVER_ROOT_URL: http://localhost/grafana/
135+
GF_SERVER_ROOT_URL: https://localhost/grafana/
136136
GF_SERVER_SERVE_FROM_SUB_PATH: true
137137
GF_PANELS_DISABLE_SANITIZE_HTML: true
138138
GF_SECURITY_ALLOW_EMBEDDING: true

metro-ai-suite/metro-vision-ai-app-recipe/compose-without-scenescape.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ services:
124124
- https_proxy=${https_proxy}
125125
- no_proxy=${no_proxy},${HOST_IP}
126126
- NO_PROXY=${no_proxy},${HOST_IP}
127-
- GF_SERVER_ROOT_URL=http://localhost/grafana/
127+
- GF_SERVER_ROOT_URL=https://localhost/grafana/
128128
- GF_SERVER_SERVE_FROM_SUB_PATH=true
129129
- GF_PANELS_DISABLE_SANITIZE_HTML=true
130130
- GF_SECURITY_ALLOW_EMBEDDING=true

metro-ai-suite/metro-vision-ai-app-recipe/loitering-detection/helm-chart/templates/grafana.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
- name: no_proxy
3434
value: "{{ $.Values.env.no_proxy }},{{ $.Values.env.HOST_IP }}"
3535
- name: GF_SERVER_ROOT_URL
36-
value: http://localhost/grafana/
36+
value: https://localhost:30443/grafana/
3737
- name: GF_SERVER_SERVE_FROM_SUB_PATH
3838
value: "true"
3939
- name: GF_SECURITY_ALLOW_EMBEDDING

metro-ai-suite/metro-vision-ai-app-recipe/smart-parking/helm-chart/templates/grafana.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
- name: no_proxy
3434
value: "{{ $.Values.env.no_proxy }},{{ $.Values.env.HOST_IP }}"
3535
- name: GF_SERVER_ROOT_URL
36-
value: http://localhost/grafana/
36+
value: https://localhost:30443/grafana/
3737
- name: GF_SERVER_SERVE_FROM_SUB_PATH
3838
value: "true"
3939
- name: GF_SECURITY_ALLOW_EMBEDDING

0 commit comments

Comments
 (0)