Add read-only production runtime audit
This commit is contained in:
@@ -242,6 +242,12 @@ spec:
|
||||
value: Admin
|
||||
- name: GF_AUTH_DISABLE_LOGIN_FORM
|
||||
value: {{ .Values.observability.grafana.anonymousAdmin | quote }}
|
||||
{{- if .Values.ingress.enabled }}
|
||||
- name: GF_SERVER_ROOT_URL
|
||||
value: "https://{{ .Values.ingress.host }}/grafana/"
|
||||
- name: GF_SERVER_SERVE_FROM_SUB_PATH
|
||||
value: "true"
|
||||
{{- end }}
|
||||
readinessProbe:
|
||||
httpGet: { path: /api/health, port: http }
|
||||
initialDelaySeconds: 10
|
||||
|
||||
Reference in New Issue
Block a user