chart-wyoming_piper: add

This commit is contained in:
2025-04-17 23:35:58 +02:00
parent 8028fe9a36
commit c8e5296846
9 changed files with 395 additions and 0 deletions

View File

@ -0,0 +1,16 @@
---
apiVersion: v1
kind: Service
metadata:
name: {{ include "wyoming-piper.fullname" . }}
labels:
{{- include "wyoming-piper.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- name: wyoming
port: {{ .Values.service.wyoming.port }}
targetPort: {{ .Values.service.wyoming.targetPort | default "10200" }}
protocol: TCP
selector:
{{- include "wyoming-piper.selectorLabels" . | nindent 4 }}