From 215fb5f3b219a10a68e3889abe151b7845f25266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Thu, 3 Sep 2026 23:00:46 +0000 Subject: [PATCH] act runners revision --- .../deploy/app/configmap.yaml | 15 ++++-------- .../deploy/app/deployment.yaml | 24 ++++--------------- 2 files changed, 9 insertions(+), 30 deletions(-) diff --git a/services/casa-vlan-cicd-runners/deploy/app/configmap.yaml b/services/casa-vlan-cicd-runners/deploy/app/configmap.yaml index 8b64b6b..a9f22df 100644 --- a/services/casa-vlan-cicd-runners/deploy/app/configmap.yaml +++ b/services/casa-vlan-cicd-runners/deploy/app/configmap.yaml @@ -8,18 +8,11 @@ data: level: info runner: - capacity: 4 + capacity: 1 labels: - kubectl - - helm - - ansible - - ubuntu - - network-utils - - deploy - - amd64 - - casa-vlan-cicd + - linux + - casa-vlan + cache: enabled: false - - host: - workdir: "/data/runner" diff --git a/services/casa-vlan-cicd-runners/deploy/app/deployment.yaml b/services/casa-vlan-cicd-runners/deploy/app/deployment.yaml index 8d0f830..6d5a930 100644 --- a/services/casa-vlan-cicd-runners/deploy/app/deployment.yaml +++ b/services/casa-vlan-cicd-runners/deploy/app/deployment.yaml @@ -18,14 +18,9 @@ spec: role: worker-node containers: - name: mylimbo-casa-vlan-cicd-runner - image: oci.limbosolutions.com/public/gitea-act_runner:fatboy-0.6 + image: oci.limbosolutions.com/public/gitea-act-runners/kubectl:3.0.2 imagePullPolicy: IfNotPresent env: - - name: LOG_LEVEL - value: "trace" - - - name: CONFIG_FILE - value: /config.yaml - name: GITEA_INSTANCE_URL valueFrom: secretKeyRef: @@ -39,11 +34,8 @@ spec: - name: GITEA_RUNNER_NAME valueFrom: secretKeyRef: - name: casa-vlan-cicd-runners + name: casa-vlan-runner key: GITEA_MYLIMBO_RUNNER_NAME - - - name: GITEA_RUNNER_EPHEMERAL - value: "0" resources: requests: @@ -54,18 +46,13 @@ spec: cpu: "400m" volumeMounts: - name: config-map - mountPath: /config.yaml + mountPath: /etc/act_runner/config.yaml subPath: config.yaml - name: mf-casa-vlan-cicd-runner - image: oci.limbosolutions.com/public/gitea-act_runner:fatboy-0.6 + image: oci.limbosolutions.com/public/gitea-act-runners/kubectl:3.0.2 imagePullPolicy: Always env: - - name: LOG_LEVEL - value: "trace" - - - name: CONFIG_FILE - value: /config.yaml - name: GITEA_INSTANCE_URL valueFrom: secretKeyRef: @@ -93,10 +80,9 @@ spec: cpu: "400m" volumeMounts: - name: config-map - mountPath: /config.yaml + mountPath: /etc/act_runner/config.yaml subPath: config.yaml - volumes: - name: config-map configMap: