Files
hapi-fhir-jpaserver-starter/charts/hapi-fhir-jpaserver/templates/service.yaml
2021-04-24 00:29:03 +02:00

16 lines
397 B
YAML

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