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