Skip to content

Commit

Permalink
Setup prometheus & grafana
Browse files Browse the repository at this point in the history
Ref #27
  • Loading branch information
yuvipanda committed Oct 12, 2020
1 parent c08c504 commit 8dfb827
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
12 changes: 6 additions & 6 deletions support/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dependencies:
# - name: prometheus
# version: 11.11.1
# repository: https://kubernetes-charts.storage.googleapis.com
# - name: grafana
# version: 5.5.5
# repository: https://kubernetes-charts.storage.googleapis.com
- name: prometheus
version: 11.15.0
repository: https://prometheus-community.github.io/helm-charts
- name: grafana
version: 5.6.4
repository: https://grafana.github.io/helm-charts
- name: cert-manager
version: v1.0.0-beta.1
repository: https://charts.jetstack.io
Expand Down
10 changes: 9 additions & 1 deletion support/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,15 @@ grafana:
persistence:
enabled: true
service:
type: LoadBalancer
type: ClusterIP

ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: letsencrypt-prod
hosts:
- grafana.pilot.2i2c.cloud

# grafana.ini:
# server:
Expand Down

0 comments on commit 8dfb827

Please sign in to comment.