We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026ce75 commit 5f6c030Copy full SHA for 5f6c030
deployment/kubernetes/charts/medcat-service-helm/templates/service.yaml
@@ -11,5 +11,8 @@ spec:
11
targetPort: http
12
protocol: TCP
13
name: http
14
+ {{- if (and (eq .Values.service.type "NodePort") ( .Values.service.nodePort)) }}
15
+ nodePort: {{ .Values.service.nodePort }}
16
+ {{- else }}
17
selector:
18
{{- include "medcat-service.selectorLabels" . | nindent 4 }}
deployment/kubernetes/charts/medcat-trainer-helm/templates/service.yaml
@@ -27,6 +27,9 @@ spec:
27
type: {{ .Values.service.type }}
28
ports:
29
- port: {{ .Values.service.port }}
30
31
32
33
34
35
0 commit comments