Set resources for Mealie

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2025-09-13 20:18:44 +01:00
parent 91a3cc22b0
commit c3053250a3

View File

@@ -68,12 +68,18 @@ spec:
volumeMounts: volumeMounts:
- mountPath: /app/data - mountPath: /app/data
name: data name: data
resources:
requests:
cpu: 15m
memory: 443M
limits:
cpu: 15m
memory: 443M
volumes: volumes:
- name: data - name: data
persistentVolumeClaim: persistentVolumeClaim:
claimName: mealie claimName: mealie
--- ---
apiVersion: v1 apiVersion: v1
@@ -91,7 +97,6 @@ spec:
app: mealie app: mealie
--- ---
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
metadata: metadata: