Skip to content

Commit f4476d5

Browse files
committed
Switch to port names from port numbers
Signed-off-by: Pat Riehecky <riehecky@fnal.gov>
1 parent e2f9b79 commit f4476d5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/grafana/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: grafana
3-
version: 10.4.1
3+
version: 10.4.2
44
appVersion: 12.3.1
55
kubeVersion: "^1.8.0-0"
66
description: The leading tool for querying and visualizing time series and metrics.

charts/grafana/templates/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
5353
{{- end }}
5454
ports:
5555
- name: {{ .Values.service.portName }}
56-
port: {{ .Values.service.port }}
56+
port: {{ .Values.service.portName }}
5757
protocol: TCP
5858
targetPort: {{ .Values.podPortName }}
5959
{{- with .Values.service.appProtocol }}

charts/grafana/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ deploymentStrategy:
8080
readinessProbe:
8181
httpGet:
8282
path: /api/health
83-
port: 3000
83+
port: service
8484

8585
livenessProbe:
8686
httpGet:
8787
path: /api/health
88-
port: 3000
88+
port: service
8989
initialDelaySeconds: 60
9090
timeoutSeconds: 30
9191
failureThreshold: 10

0 commit comments

Comments
 (0)