rename service ports

master
Marius Ensrud 5 years ago
parent 20ec1fe4b0
commit a1303ca9db

@ -7,11 +7,11 @@ metadata:
spec: spec:
type: {{ .Values.service.type }} type: {{ .Values.service.type }}
ports: ports:
- port: {{ .Values.service.rsync.port }} - port: {{ .Values.service.manage.port }}
targetPort: 8088 targetPort: 8088
protocol: TCP protocol: TCP
name: manage name: manage
- port: {{ .Values.service.ssh.port }} - port: {{ .Values.service.portal.port }}
targetPort: 8888 targetPort: 8888
protocol: TCP protocol: TCP
name: portal name: portal

Loading…
Cancel
Save