master
Marius Ensrud 5 years ago
parent 20e64f6381
commit 85955905cc

@ -11,11 +11,11 @@ spec:
targetPort: 8088 targetPort: 8088
protocol: TCP protocol: TCP
name: manage name: manage
- port: {{ .Values.service.manage-ssl.port }} - port: {{ .Values.service.manage_ssl.port }}
targetPort: 8043 targetPort: 8043
protocol: TCP protocol: TCP
name: manage-ssl name: manage-ssl
- port: {{ .Values.service.portal-ssl.port }} - port: {{ .Values.service.portal_ssl.port }}
targetPort: 8843 targetPort: 8843
protocol: TCP protocol: TCP
name: manage-ssl name: manage-ssl

@ -49,9 +49,9 @@ service:
type: NodePort type: NodePort
manage: manage:
port: 8088 port: 8088
manage-ssl: manage_ssl:
port: 8043 port: 8043
portal-ssl: portal_ssl:
port: 8843 port: 8843
externalIPs: externalIPs:
enabled: false enabled: false

Loading…
Cancel
Save