set gitea resources

This commit is contained in:
Márcio Fernandes
2026-08-24 23:28:34 +00:00
parent a67aebe88c
commit d0a635ce7d
+9
View File
@@ -2,6 +2,15 @@ global:
# forcing docker.io to use cache from harbor # forcing docker.io to use cache from harbor
imageRegistry: "docker.io" imageRegistry: "docker.io"
resources:
limits:
cpu: 500m
memory: 1024Mi
requests:
cpu: 100m
memory: 256Mi
image: image:
# IMPORTANT: # IMPORTANT:
# The default image used by the Gitea Helm chart is the *rootless* variant. # The default image used by the Gitea Helm chart is the *rootless* variant.