Skip to content

Commit

Permalink
[grafana] Add livenessProbe to grafana image renderer
Browse files Browse the repository at this point in the history
Signed-off-by: butlerx <butlerx@notthe.cloud>
  • Loading branch information
butlerx committed Oct 4, 2021
1 parent 8673445 commit ae588b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/grafana/Chart.yaml
@@ -1,6 +1,6 @@
apiVersion: v2
name: grafana
version: 6.16.10
version: 6.16.11
appVersion: 8.1.5
kubeVersion: '^1.8.0-0'
description: The leading tool for querying and visualizing time series and metrics.
Expand Down
4 changes: 4 additions & 0 deletions charts/grafana/templates/image-renderer-deployment.yaml
Expand Up @@ -78,6 +78,10 @@ spec:
- name: {{ .Values.imageRenderer.service.portName }}
containerPort: {{ .Values.imageRenderer.service.port }}
protocol: TCP
livenessProbe:
httpGet:
path: /
port: {{ .Values.imageRenderer.service.portName }}
env:
- name: HTTP_PORT
value: {{ .Values.imageRenderer.service.port | quote }}
Expand Down

0 comments on commit ae588b6

Please sign in to comment.