Skip to content

Commit

Permalink
Fix port name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Sep 1, 2022
1 parent a69817b commit 9e04395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/templates/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
name: healthz
protocol: TCP
- containerPort: 12023
name: prom_metrics
name: prom-metrics
protocol: TCP
livenessProbe:
httpGet:
Expand Down Expand Up @@ -93,7 +93,7 @@ spec:
mountPath: /csi
ports:
- containerPort: 12022
name: prom_metrics
name: prom-metrics
protocol: TCP
resources:
{{- toYaml .Values.nodeService.irodsPool.resources | nindent 12 }}
Expand Down

0 comments on commit 9e04395

Please sign in to comment.