rename service ports

master
Marius Ensrud 5 years ago
parent 20ec1fe4b0
commit a1303ca9db

@ -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

Loading…
Cancel
Save