Skip to content
Snippets Groups Projects
Verified Commit fa49124e authored by Martin Weise's avatar Martin Weise
Browse files

Need https

parent 74840819
Branches
Tags
1 merge request!370Fixed the test
......@@ -7,8 +7,8 @@ metadata:
namespace: {{ include "common.names.namespace" . | quote }}
stringData:
GF_SERVER_PROTOCOL: "http"
GF_SERVER_DOMAIN: "dashboard-service"
GF_SERVER_ROOT_URL: "http://%(domain)s/dashboard/"
GF_SERVER_DOMAIN: "{{ .Values.hostname }}"
GF_SERVER_ROOT_URL: "https://%(domain)s/dashboard/"
GF_AUTH_ANONYMOUS_ENABLED: "true"
GF_AUTH_ANONYMOUS_ORG_ROLE: "Viewer"
GF_SERVER_SERVE_FROM_SUB_PATH: "true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment