chart-wyoming_piper: add optional nodeport config
This commit is contained in:
@ -11,6 +11,7 @@ spec:
|
||||
- name: wyoming
|
||||
port: {{ .Values.service.wyoming.port }}
|
||||
targetPort: {{ .Values.service.wyoming.targetPort | default "10200" }}
|
||||
nodePort: {{ .Values.service.wyoming.nodePort | default "10200" }}
|
||||
protocol: TCP
|
||||
selector:
|
||||
{{- include "wyoming-piper.selectorLabels" . | nindent 4 }}
|
||||
|
||||
@ -41,6 +41,7 @@ service:
|
||||
wyoming:
|
||||
port: 10200
|
||||
targetPort: 10200
|
||||
nodePort: 10200
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user