We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f9b79 commit 81af79cCopy full SHA for 81af79c
2 files changed
charts/grafana/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: grafana
3
-version: 10.4.1
+version: 10.4.2
4
appVersion: 12.3.1
5
kubeVersion: "^1.8.0-0"
6
description: The leading tool for querying and visualizing time series and metrics.
charts/grafana/values.yaml
@@ -80,12 +80,12 @@ deploymentStrategy:
80
readinessProbe:
81
httpGet:
82
path: /api/health
83
- port: 3000
+ port: service
84
85
livenessProbe:
86
87
88
89
initialDelaySeconds: 60
90
timeoutSeconds: 30
91
failureThreshold: 10
0 commit comments