Skip to content

Commit

Permalink
working on kube
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryce Coon committed Apr 11, 2024
1 parent 79e53e1 commit 1ce9d14
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions kube/grafana-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ spec:
ports:
- containerPort: 3000
env:
- GF_AUTH_ANONYMOUS_ENABLED=true
- GF_AUTH_ANONYMOUS_ORG_ROLE=Admin
- GF_AUTH_DISABLE_LOGIN_FORM=true
- name: GF_AUTH_ANONYMOUS_ENABLED
value: "true"
- name: GF_AUTH_ANONYMOUS_ORG_ROLE
value: "Admin"
- name: GF_AUTH_DISABLE_LOGIN_FORM
value: "true"
volumeMounts:
- name: datasources
mountPath: /etc/grafana/provisioning/datasources/datasources.yml
Expand Down

0 comments on commit 1ce9d14

Please sign in to comment.