resource limits

This commit is contained in:
2024-04-25 14:18:52 +02:00
parent 9d22ca2db3
commit e17507f643
8 changed files with 129 additions and 59 deletions

View File

@@ -26,7 +26,10 @@ spec:
- name: ssh
containerPort: 22
protocol: TCP
resources: {}
resources:
limits:
cpu: "0.3"
memory: "2Gi"
volumeMounts:
- mountPath: /data
name: gitea-pvc