stomp
This commit is contained in:
@ -75,6 +75,17 @@ spec:
|
||||
targetPort: stats
|
||||
{{- if eq .Values.service.type "ClusterIP" }}
|
||||
nodePort: null
|
||||
{{- else if and (or (eq .Values.service.type "NodePort") (eq .Values.service.type "LoadBalancer")) (not (empty .Values.service.stompNodePort)) }}
|
||||
nodePort: {{ .Values.service.stompNodePort }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
{{- if .Values.service.stompPortEnabled }}
|
||||
- name: {{ .Values.service.stompPortName }}
|
||||
port: {{ .Values.service.stompPort }}
|
||||
targetPort: stats
|
||||
{{- if eq .Values.service.type "ClusterIP" }}
|
||||
nodePort: null
|
||||
{{- else if and (or (eq .Values.service.type "NodePort") (eq .Values.service.type "LoadBalancer")) (not (empty .Values.service.managerNodePort)) }}
|
||||
nodePort: {{ .Values.service.managerNodePort }}
|
||||
{{- end }}
|
||||
|
Reference in New Issue
Block a user