mirror of
https://github.com/zoriya/snow.git
synced 2026-08-05 05:48:46 +00:00
Limit cpu/ram of gitea
This commit is contained in:
@@ -59,6 +59,13 @@ spec:
|
||||
- hosts:
|
||||
- gitea.sdg.moe
|
||||
secretName: gitea-ssl
|
||||
resources:
|
||||
limits:
|
||||
cpu: 1000m
|
||||
memory: 512Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 512Mi
|
||||
valkey-cluster:
|
||||
enabled: false
|
||||
postgresql-ha:
|
||||
|
||||
Reference in New Issue
Block a user