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