remove limits
This commit is contained in:
		| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user