master
Marius Ensrud 5 years ago
parent b1415b21a7
commit 9937e6de74

@ -40,10 +40,10 @@ spec:
- name: manage - name: manage
containerPort: 8088 containerPort: 8088
protocol: TCP protocol: TCP
- name: manage_ssl - name: managessl
containerPort: 8043 containerPort: 8043
protocol: TCP protocol: TCP
- name: portal_ssl - name: portalssl
containerPort: 8843 containerPort: 8843
protocol: TCP protocol: TCP
resources: resources:

@ -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.managessl.port }}
targetPort: 8043 targetPort: 8043
protocol: TCP protocol: TCP
name: manage_ssl name: manage_ssl
- port: {{ .Values.service.portal_ssl.port }} - port: {{ .Values.service.portalssl.port }}
targetPort: 8843 targetPort: 8843
protocol: TCP protocol: TCP
name: portal_ssl name: portal_ssl

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

Loading…
Cancel
Save