Skip to content

Commit

Permalink
cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Mar 17, 2024
1 parent 72d84db commit 1bf8b73
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
5 changes: 0 additions & 5 deletions charts/incubator/immich/templates/_server.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ args:
securityContext:
capabilities:
disableS6Caps: true
resources:
limits:
"nvidia.com/gpu": "0"
"amd.com/gpu": "0"
"gpu.intel.com/i915": "0"
envFrom:
- configMapRef:
name: server-config
Expand Down
5 changes: 0 additions & 5 deletions charts/incubator/immich/templates/_wait.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,4 @@ command:
sleep 2
done
echo "URL [{{ $url }}] is ready!"
resources:
limits:
"nvidia.com/gpu": "0"
"amd.com/gpu": "0"
"gpu.intel.com/i915": "0"
{{- end -}}
5 changes: 5 additions & 0 deletions charts/incubator/immich/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ securityContext:
runAsUser: 0
runAsGroup: 0

global:
excludeContainersFromExtraResources:
- main
- wait-server

immich:
enable_ml: true
mlImageType: mlImage
Expand Down

0 comments on commit 1bf8b73

Please sign in to comment.