diff --git a/forgejo/resources/runners/act-runner-amd64.yaml b/forgejo/resources/runners/act-runner-amd64.yaml index eb1ec6e..ec602e3 100644 --- a/forgejo/resources/runners/act-runner-amd64.yaml +++ b/forgejo/resources/runners/act-runner-amd64.yaml @@ -97,7 +97,7 @@ spec: memory: "256Mi" cpu: "100m" limits: - memory: "384Mi" + memory: "768Mi" cpu: "250m" securityContext: fsGroup: 1000 diff --git a/forgejo/resources/runners/act-runner-arm64.yaml b/forgejo/resources/runners/act-runner-arm64.yaml index 77e59b1..8d94510 100644 --- a/forgejo/resources/runners/act-runner-arm64.yaml +++ b/forgejo/resources/runners/act-runner-arm64.yaml @@ -8,7 +8,7 @@ spec: matchLabels: app.kubernetes.io/name: act-runner app.kubernetes.io/instance: arm64 - replicas: 3 + replicas: 2 strategy: type: Recreate template: @@ -100,7 +100,7 @@ spec: memory: "256Mi" cpu: "200m" limits: - memory: "512Mi" + memory: "768Mi" cpu: "500m" securityContext: fsGroup: 1000