From a1303ca9dbdbce1a49d36b9c6ab501eb0e43218f Mon Sep 17 00:00:00 2001 From: Marius Ensrud Date: Wed, 2 Sep 2020 19:45:25 +0200 Subject: [PATCH] rename service ports --- charts/omada-controller/templates/service.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/omada-controller/templates/service.yaml b/charts/omada-controller/templates/service.yaml index 3392eae..9ba4809 100644 --- a/charts/omada-controller/templates/service.yaml +++ b/charts/omada-controller/templates/service.yaml @@ -7,11 +7,11 @@ metadata: spec: type: {{ .Values.service.type }} ports: - - port: {{ .Values.service.rsync.port }} + - port: {{ .Values.service.manage.port }} targetPort: 8088 protocol: TCP name: manage - - port: {{ .Values.service.ssh.port }} + - port: {{ .Values.service.portal.port }} targetPort: 8888 protocol: TCP name: portal