remove limits
This commit is contained in:
parent
b2993c9395
commit
095d2d6392
@ -11,19 +11,14 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: actions-runner
|
app: actions-runner
|
||||||
spec:
|
spec:
|
||||||
|
hostname: kube-runner
|
||||||
containers:
|
containers:
|
||||||
- name: actions-runner
|
- name: actions-runner
|
||||||
hostname: kube-runner
|
|
||||||
image: actions-runner
|
image: actions-runner
|
||||||
securityContext:
|
|
||||||
privileged: true # Add this line to allow running Docker
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
limits:
|
|
||||||
memory: "256Mi"
|
|
||||||
cpu: "1000m"
|
|
||||||
env:
|
env:
|
||||||
- name: GITEA_INSTANCE_URL
|
- name: GITEA_INSTANCE_URL
|
||||||
value: "https://git.kluster.moll.re"
|
value: "https://git.kluster.moll.re"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user