From 9e043956ce55a2d512452b8802ef4975f24129f4 Mon Sep 17 00:00:00 2001 From: Illyoung Choi Date: Thu, 1 Sep 2022 15:32:26 -0700 Subject: [PATCH] Fix port name issue --- helm/templates/node.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/templates/node.yaml b/helm/templates/node.yaml index 5761036..3487f52 100644 --- a/helm/templates/node.yaml +++ b/helm/templates/node.yaml @@ -62,7 +62,7 @@ spec: name: healthz protocol: TCP - containerPort: 12023 - name: prom_metrics + name: prom-metrics protocol: TCP livenessProbe: httpGet: @@ -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 }}