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