chart-wyoming_piper: add
This commit is contained in:
16
charts/wyoming-piper/templates/service.yaml
Normal file
16
charts/wyoming-piper/templates/service.yaml
Normal 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 }}
|
||||
Reference in New Issue
Block a user