diff options
Diffstat (limited to 'bundles/immich/files/kube.yaml')
| -rw-r--r-- | bundles/immich/files/kube.yaml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/bundles/immich/files/kube.yaml b/bundles/immich/files/kube.yaml index 523c073..9ea3661 100644 --- a/bundles/immich/files/kube.yaml +++ b/bundles/immich/files/kube.yaml @@ -43,10 +43,13 @@ spec: - name: media mountPath: /media readOnly: true - # resources: - # limits: - # cpu: 300m - # memory: 512Mi + resources: + requests: + podman.io/device=/dev/dri/card0: 1 + podman.io/device=/dev/dri/renderD128: 1 + limits: + #cpu: 300m + #memory: 512Mi - name: redis image: docker.io/redis:6.2-alpine@sha256:eaba718fecd1196d88533de7ba49bf903ad33664a92debb24660a922ecd9cac8 livenessProbe: |