act runners revision
This commit is contained in:
@@ -8,18 +8,11 @@ data:
|
|||||||
level: info
|
level: info
|
||||||
|
|
||||||
runner:
|
runner:
|
||||||
capacity: 4
|
capacity: 1
|
||||||
labels:
|
labels:
|
||||||
- kubectl
|
- kubectl
|
||||||
- helm
|
- linux
|
||||||
- ansible
|
- casa-vlan
|
||||||
- ubuntu
|
|
||||||
- network-utils
|
|
||||||
- deploy
|
|
||||||
- amd64
|
|
||||||
- casa-vlan-cicd
|
|
||||||
cache:
|
cache:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
host:
|
|
||||||
workdir: "/data/runner"
|
|
||||||
|
|||||||
@@ -18,14 +18,9 @@ spec:
|
|||||||
role: worker-node
|
role: worker-node
|
||||||
containers:
|
containers:
|
||||||
- name: mylimbo-casa-vlan-cicd-runner
|
- 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
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: LOG_LEVEL
|
|
||||||
value: "trace"
|
|
||||||
|
|
||||||
- name: CONFIG_FILE
|
|
||||||
value: /config.yaml
|
|
||||||
- name: GITEA_INSTANCE_URL
|
- name: GITEA_INSTANCE_URL
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
@@ -39,12 +34,9 @@ spec:
|
|||||||
- name: GITEA_RUNNER_NAME
|
- name: GITEA_RUNNER_NAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: casa-vlan-cicd-runners
|
name: casa-vlan-runner
|
||||||
key: GITEA_MYLIMBO_RUNNER_NAME
|
key: GITEA_MYLIMBO_RUNNER_NAME
|
||||||
|
|
||||||
- name: GITEA_RUNNER_EPHEMERAL
|
|
||||||
value: "0"
|
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
@@ -54,18 +46,13 @@ spec:
|
|||||||
cpu: "400m"
|
cpu: "400m"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config-map
|
- name: config-map
|
||||||
mountPath: /config.yaml
|
mountPath: /etc/act_runner/config.yaml
|
||||||
subPath: config.yaml
|
subPath: config.yaml
|
||||||
|
|
||||||
- name: mf-casa-vlan-cicd-runner
|
- 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
|
imagePullPolicy: Always
|
||||||
env:
|
env:
|
||||||
- name: LOG_LEVEL
|
|
||||||
value: "trace"
|
|
||||||
|
|
||||||
- name: CONFIG_FILE
|
|
||||||
value: /config.yaml
|
|
||||||
- name: GITEA_INSTANCE_URL
|
- name: GITEA_INSTANCE_URL
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
@@ -93,10 +80,9 @@ spec:
|
|||||||
cpu: "400m"
|
cpu: "400m"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config-map
|
- name: config-map
|
||||||
mountPath: /config.yaml
|
mountPath: /etc/act_runner/config.yaml
|
||||||
subPath: config.yaml
|
subPath: config.yaml
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: config-map
|
- name: config-map
|
||||||
configMap:
|
configMap:
|
||||||
|
|||||||
Reference in New Issue
Block a user