act runners revision
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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,12 +34,9 @@ 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:
|
||||
memory: "128Mi"
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user