mirror-secustor-helm-charts/charts/immich/templates/immich-server.service.yaml
2025-01-17 22:49:13 +01:00

15 lines
389 B
YAML

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