@ -11,13 +11,7 @@ metadata:
|
|||||||
namespace: "{{ .Values.nfc_monitoring.grafana.namespace }}"
|
namespace: "{{ .Values.nfc_monitoring.grafana.namespace }}"
|
||||||
spec:
|
spec:
|
||||||
config:
|
config:
|
||||||
log:
|
{{ toYaml $.Values.nfc_monitoring.grafana.config | nindent 4 }}
|
||||||
mode: "console"
|
|
||||||
auth:
|
|
||||||
disable_login_form: "false"
|
|
||||||
security:
|
|
||||||
admin_user: "{{ .Values.nfc_monitoring.grafana.admin_user }}"
|
|
||||||
admin_password: "{{ .Values.nfc_monitoring.grafana.admin_password }}"
|
|
||||||
deployment:
|
deployment:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
|
23
values.yaml
23
values.yaml
@ -26,8 +26,26 @@ nfc_monitoring:
|
|||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
|
|
||||||
admin_user: admin
|
# Grafana Configuration
|
||||||
admin_password: admin
|
# Type: Dict
|
||||||
|
# See: https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana
|
||||||
|
config:
|
||||||
|
analytics:
|
||||||
|
enabled: 'false'
|
||||||
|
# database:
|
||||||
|
# type: mysql
|
||||||
|
# host: mariadb-galera.mariadb.svc:3306
|
||||||
|
# name: grafana
|
||||||
|
# user: root
|
||||||
|
# password: admin
|
||||||
|
|
||||||
|
log:
|
||||||
|
mode: "console"
|
||||||
|
auth:
|
||||||
|
disable_login_form: "false"
|
||||||
|
security:
|
||||||
|
admin_user: admin
|
||||||
|
admin_password: admin
|
||||||
|
|
||||||
image:
|
image:
|
||||||
name: grafana/grafana
|
name: grafana/grafana
|
||||||
@ -362,6 +380,7 @@ nfc_monitoring:
|
|||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
# Network Policies to apply. These policies are automagically build using the values below.
|
# Network Policies to apply. These policies are automagically build using the values below.
|
||||||
|
# What you would find under path root.spec belongs here.
|
||||||
#
|
#
|
||||||
# Do:
|
# Do:
|
||||||
# - Define 'Ingress'
|
# - Define 'Ingress'
|
||||||
|
Reference in New Issue
Block a user