Update ARC versions
This commit is contained in:
@@ -5,7 +5,7 @@ metadata:
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
image: 'summerwind/actions-runner-dind'
|
||||
image: 'summerwind/actions-runner-dind:tag-placeholder'
|
||||
priorityClassName: high-priority
|
||||
dockerdWithinRunnerContainer: true
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
||||
@@ -5,7 +5,7 @@ metadata:
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
image: 'summerwind/actions-runner-dind:latest'
|
||||
image: 'summerwind/actions-runner-dind:tag-placeholder'
|
||||
priorityClassName: high-priority
|
||||
dockerdWithinRunnerContainer: true
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
||||
41
scripts/k8s/runners-stream-ci-large-template.yaml
Normal file
41
scripts/k8s/runners-stream-ci-large-template.yaml
Normal file
@@ -0,0 +1,41 @@
|
||||
apiVersion: actions.summerwind.dev/v1alpha1
|
||||
kind: RunnerDeployment
|
||||
metadata:
|
||||
name: runners-stream-ci-large
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
image: 'summerwind/actions-runner-dind:tag-placeholder'
|
||||
priorityClassName: high-priority
|
||||
dockerdWithinRunnerContainer: true
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullSecrets:
|
||||
- name: stream-metadata-default
|
||||
repository: spring-cloud/stream-applications
|
||||
githubAPICredentialsFrom:
|
||||
secretRef:
|
||||
name: controller-manager-secret
|
||||
resources:
|
||||
requests:
|
||||
cpu: "3000m"
|
||||
memory: "3Gi"
|
||||
labels:
|
||||
- stream-ci-large
|
||||
---
|
||||
apiVersion: actions.summerwind.dev/v1alpha1
|
||||
kind: HorizontalRunnerAutoscaler
|
||||
metadata:
|
||||
name: runners-stream-ci-large-scaling
|
||||
spec:
|
||||
githubAPICredentialsFrom:
|
||||
secretRef:
|
||||
name: controller-manager-secret
|
||||
minReplicas: 0
|
||||
maxReplicas: 2
|
||||
scaleTargetRef:
|
||||
kind: RunnerDeployment
|
||||
name: runners-stream-ci-large
|
||||
scaleUpTriggers:
|
||||
- githubEvent:
|
||||
workflowJob: {}
|
||||
duration: "20m"
|
||||
@@ -5,7 +5,7 @@ metadata:
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
image: 'summerwind/actions-runner-dind:latest'
|
||||
image: 'summerwind/actions-runner-dind:tag-placeholder'
|
||||
priorityClassName: high-priority
|
||||
dockerdWithinRunnerContainer: true
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
||||
@@ -6,7 +6,7 @@ spec:
|
||||
replicas: replicas-placeholder
|
||||
template:
|
||||
spec:
|
||||
image: 'summerwind/actions-runner-dind:latest'
|
||||
image: 'summerwind/actions-runner-dind:tag-placeholder'
|
||||
dockerdWithinRunnerContainer: true
|
||||
priorityClassName: high-priority
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
||||
@@ -6,7 +6,7 @@ spec:
|
||||
replicas: 2
|
||||
template:
|
||||
spec:
|
||||
image: 'summerwind/actions-runner-dind:latest'
|
||||
image: 'summerwind/actions-runner-dind:tag-placeholder'
|
||||
dockerdWithinRunnerContainer: true
|
||||
priorityClassName: high-priority
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
||||
Reference in New Issue
Block a user