mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Add immich helm with common probe(??)
This commit is contained in:
@@ -42,9 +42,6 @@ spec:
|
|||||||
# Automatically creating the library volume is not supported by this chart
|
# Automatically creating the library volume is not supported by this chart
|
||||||
# You have to specify an existing PVC to use
|
# You have to specify an existing PVC to use
|
||||||
existingClaim: immich-claim
|
existingClaim: immich-claim
|
||||||
probes:
|
|
||||||
startup:
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
# configuration is immich-config.json converted to yaml
|
# configuration is immich-config.json converted to yaml
|
||||||
# ref: https://immich.app/docs/install/config-file/
|
# ref: https://immich.app/docs/install/config-file/
|
||||||
@@ -93,6 +90,9 @@ spec:
|
|||||||
image:
|
image:
|
||||||
repository: ghcr.io/immich-app/immich-server
|
repository: ghcr.io/immich-app/immich-server
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
probes:
|
||||||
|
startup:
|
||||||
|
enabled: false
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user