chore(k8s): portainer sys reqs

This commit is contained in:
2026-06-10 23:43:41 +02:00
parent 12d59cb6f9
commit 37550da086
+7
View File
@@ -35,6 +35,13 @@ spec:
mountPath: /data mountPath: /data
- name: docker-sock - name: docker-sock
mountPath: /var/run/docker.sock mountPath: /var/run/docker.sock
resources:
requests:
memory: "512Mi"
cpu: "200m"
limits:
memory: "2Gi"
cpu: "1"
volumes: volumes:
- name: data - name: data
persistentVolumeClaim: persistentVolumeClaim: