set gitea resources
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user