stringify
This commit is contained in:
@@ -12,9 +12,9 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
config:
|
config:
|
||||||
analytics:
|
analytics:
|
||||||
enabled: false
|
enabled: "false"
|
||||||
check_for_updates: false
|
check_for_updates: "false"
|
||||||
reporting_enabled: false
|
reporting_enabled: "false"
|
||||||
server:
|
server:
|
||||||
domain: alexlebens.net
|
domain: alexlebens.net
|
||||||
root_url: https://grafana.alexlebens.net
|
root_url: https://grafana.alexlebens.net
|
||||||
@@ -24,16 +24,16 @@ spec:
|
|||||||
admin_user: ${ADMIN_USER}
|
admin_user: ${ADMIN_USER}
|
||||||
admin_password: ${ADMIN_PASSWORD}
|
admin_password: ${ADMIN_PASSWORD}
|
||||||
users:
|
users:
|
||||||
auto_assign_org: true
|
auto_assign_org: "true"
|
||||||
auto_assign_org_id: 1
|
auto_assign_org_id: 1
|
||||||
auth:
|
auth:
|
||||||
disable_login_form: true
|
disable_login_form: "true"
|
||||||
oauth_auto_login: true
|
oauth_auto_login: "true"
|
||||||
signout_redirect_url: https://authentik.alexlebens.net/application/o/grafana/end-session/
|
signout_redirect_url: https://authentik.alexlebens.net/application/o/grafana/end-session/
|
||||||
auth.generic_oauth:
|
auth.generic_oauth:
|
||||||
enabled: true
|
enabled: "true"
|
||||||
name: Authentik
|
name: Authentik
|
||||||
allow_sign_up: true
|
allow_sign_up: "true"
|
||||||
client_id: ${AUTH_CLIENT_ID}
|
client_id: ${AUTH_CLIENT_ID}
|
||||||
client_secret: ${AUTH_CLIENT_SECRET}
|
client_secret: ${AUTH_CLIENT_SECRET}
|
||||||
scopes: openid profile email
|
scopes: openid profile email
|
||||||
@@ -48,7 +48,7 @@ spec:
|
|||||||
user: ${DB_USER}
|
user: ${DB_USER}
|
||||||
password: ${DB_PASSWORD}
|
password: ${DB_PASSWORD}
|
||||||
unified_alerting:
|
unified_alerting:
|
||||||
enabled: true
|
enabled: "true"
|
||||||
ha_listen_address: "${POD_IP}:9094"
|
ha_listen_address: "${POD_IP}:9094"
|
||||||
ha_peers: "grafana-alerting:9094"
|
ha_peers: "grafana-alerting:9094"
|
||||||
ha_advertise_address: "${POD_IP}:9094"
|
ha_advertise_address: "${POD_IP}:9094"
|
||||||
|
Reference in New Issue
Block a user