act runners revision
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user