adjustments
This commit is contained in:
@ -4,3 +4,4 @@ resources:
|
||||
- database.yaml
|
||||
- redis.yaml
|
||||
- server.yaml
|
||||
- machine-learning.yaml
|
13
apps/immich/service/machine-learning.yaml
Normal file
13
apps/immich/service/machine-learning.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
labels:
|
||||
app: machine-learning
|
||||
name: machine-learning
|
||||
spec:
|
||||
ports:
|
||||
- name: "http"
|
||||
port: 3003
|
||||
targetPort: 3003
|
||||
selector:
|
||||
app: machine-learning
|
@ -7,7 +7,10 @@ metadata:
|
||||
spec:
|
||||
ports:
|
||||
- name: "http"
|
||||
port: 2283
|
||||
port: 3001
|
||||
targetPort: 3001
|
||||
- name: "http"
|
||||
port: 3002
|
||||
targetPort: 3002
|
||||
selector:
|
||||
app: server
|
Reference in New Issue
Block a user