update endpoints

This commit is contained in:
2024-10-15 20:11:18 -05:00
parent cff11712c2
commit 7d0149f161

View File

@@ -67,7 +67,7 @@ immich:
spec:
httpGet:
path: /api/server-info/ping
port: 3001
port: 2283
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
@@ -78,7 +78,7 @@ immich:
spec:
httpGet:
path: /api/server-info/ping
port: 3001
port: 2283
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
@@ -147,8 +147,8 @@ immich:
controller: main
ports:
http:
port: 3001
targetPort: 3001
port: 2283
targetPort: 2283
protocol: TCP
metrics-api:
port: 8081