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