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

15 lines
437 B
YAML

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