ContainerImage.JSONServer/charts/json-server/templates/service.yaml
Danny Bessems 29f8f24d09
All checks were successful
continuous-integration/drone Build is passing
Initial build w/ chart
2023-05-10 11:42:08 +02:00

16 lines
373 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ include "json-server.fullname" . }}
labels:
{{- include "json-server.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "json-server.selectorLabels" . | nindent 4 }}