Update k8s/apps/gitea/deployment.yaml
This commit is contained in:
@@ -127,14 +127,14 @@ spec:
|
|||||||
- name: gitea-runner
|
- name: gitea-runner
|
||||||
image: gitea/act_runner:nightly
|
image: gitea/act_runner:nightly
|
||||||
resources:
|
resources:
|
||||||
requests:
|
#requests:
|
||||||
cpu: "100m"
|
# cpu: "100m"
|
||||||
memory: "256Mi"
|
# memory: "256Mi"
|
||||||
ephemeral-storage: "1Gi"
|
# ephemeral-storage: "1Gi"
|
||||||
limits:
|
#limits:
|
||||||
cpu: "3000m"
|
# cpu: "3000m"
|
||||||
memory: "4Gi"
|
# memory: "4Gi"
|
||||||
ephemeral-storage: "28Gi"
|
# ephemeral-storage: "28Gi"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: docker-sock
|
- name: docker-sock
|
||||||
mountPath: /var/run/docker.sock
|
mountPath: /var/run/docker.sock
|
||||||
|
|||||||
Reference in New Issue
Block a user