9905abd9b4
Co-authored-by: Copilot <copilot@github.com>
16 lines
272 B
YAML
16 lines
272 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: immich-machine-learning
|
|
namespace: immich
|
|
labels:
|
|
app: immich-machine-learning
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app: immich-machine-learning
|
|
ports:
|
|
- port: 3003
|
|
targetPort: 3003
|
|
protocol: TCP
|