diff --git a/apps/charts/immich/templates/deployment.yaml b/apps/charts/immich/templates/deployment.yaml index 5949289..629e148 100644 --- a/apps/charts/immich/templates/deployment.yaml +++ b/apps/charts/immich/templates/deployment.yaml @@ -74,6 +74,9 @@ spec: - name: http containerPort: 3003 protocol: TCP + resources: + limits: + cpu: "1500m" volumeMounts: - mountPath: /usr/src/app/upload name: upload @@ -146,6 +149,9 @@ spec: - name: http containerPort: 3003 protocol: TCP + resources: + limits: + cpu: "4000m" volumeMounts: - mountPath: /cache name: model-cache @@ -186,6 +192,9 @@ spec: - name: tcp containerPort: 6379 protocol: TCP + resources: + limits: + cpu: "500m" livenessProbe: tcpSocket: port: tcp diff --git a/apps/root/values.yaml b/apps/root/values.yaml index c184400..1dc87bc 100644 --- a/apps/root/values.yaml +++ b/apps/root/values.yaml @@ -8,4 +8,5 @@ globals: domain: olsen.cloud timezone: Europe/Amsterdam istio: - gateway: homelab/prod \ No newline at end of file + gateway: istio-system/private +