diff --git a/immich/helm-immich.yaml b/immich/helm-immich.yaml index 28f0c6f..d7640ca 100644 --- a/immich/helm-immich.yaml +++ b/immich/helm-immich.yaml @@ -42,9 +42,6 @@ spec: # Automatically creating the library volume is not supported by this chart # You have to specify an existing PVC to use existingClaim: immich-claim - probes: - startup: - enabled: false # configuration is immich-config.json converted to yaml # ref: https://immich.app/docs/install/config-file/ @@ -93,6 +90,9 @@ spec: image: repository: ghcr.io/immich-app/immich-server pullPolicy: IfNotPresent + probes: + startup: + enabled: false ingress: main: enabled: true