set gitea resources
This commit is contained in:
@@ -1,6 +1,15 @@
|
|||||||
global:
|
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user