chart-wyoming_piper: add optional nodeport config

This commit is contained in:
2025-04-21 15:26:31 +02:00
parent 93ae5dd542
commit 7813b62cc6
2 changed files with 2 additions and 0 deletions

View File

@ -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 }}

View File

@ -41,6 +41,7 @@ service:
wyoming:
port: 10200
targetPort: 10200
nodePort: 10200
ingress:
enabled: false