fix api path

This commit is contained in:
2024-10-15 21:21:24 -05:00
parent 7d0149f161
commit 44f70bdb97

View File

@@ -9,7 +9,7 @@ immich:
main:
image:
repository: ghcr.io/immich-app/immich-server
tag: v1.118.0
tag: v1.118.1
pullPolicy: IfNotPresent
env:
- name: TZ
@@ -55,7 +55,7 @@ immich:
custom: true
spec:
httpGet:
path: /api/server-info/ping
path: /api/server/ping
port: 3001
initialDelaySeconds: 0
periodSeconds: 10
@@ -66,7 +66,7 @@ immich:
custom: true
spec:
httpGet:
path: /api/server-info/ping
path: /api/server/ping
port: 2283
initialDelaySeconds: 0
periodSeconds: 10
@@ -77,7 +77,7 @@ immich:
custom: true
spec:
httpGet:
path: /api/server-info/ping
path: /api/server/ping
port: 2283
initialDelaySeconds: 0
periodSeconds: 10
@@ -101,7 +101,7 @@ immich:
main:
image:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.118.0
tag: v1.118.1
pullPolicy: IfNotPresent
env:
- name: TRANSFORMERS_CACHE