16 lines
276 B
YAML
16 lines
276 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: immich-machine-learning
|
|
namespace: photoprism
|
|
labels:
|
|
app: immich-machine-learning
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app: immich-machine-learning
|
|
ports:
|
|
- port: 3003
|
|
targetPort: 3003
|
|
protocol: TCP
|