Skip to content

Commit

Permalink
Merge pull request #25 from JarvusInnovations/candidates/main
Browse files Browse the repository at this point in the history
Candidates/main
  • Loading branch information
atvaccaro committed Aug 29, 2023
2 parents bedd755 + a04482d commit 2e82dd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def helm_reqs(c):
c.run(
"helm repo add bitnami-pre-2022 https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami"
)
c.run("helm repo add prometheus-community https://prometheus-community.github.io/helm-charts")


@task
Expand Down
5 changes: 5 additions & 0 deletions kubernetes/values/prod-grafana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
persistence:
enabled: true

admin:
existingSecret: grafana-initial-admin
userKey: admin-user
passwordKey: admin-password

ingress:
enabled: true
hosts:
Expand Down

0 comments on commit 2e82dd2

Please sign in to comment.