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