-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathace-keda-demo-pipeline-run.yaml
42 lines (42 loc) · 1.88 KB
/
ace-keda-demo-pipeline-run.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
apiVersion: tekton.dev/v1beta1
kind: PipelineRun
metadata:
generateName: ace-keda-demo-pipeline-run-
# Fixed name allows "tkn pr delete ace-pipeline-run-1 -f ; kubectl apply -f tekton/ace-pipeline-run.yaml ; tkn pr logs ace-pipeline-run-1 -f"
#name: ace-keda-demo-pipeline-run-1
spec:
serviceAccountName: ace-tekton-service-account
pipelineRef:
name: ace-keda-demo-pipeline
params:
- name: outputRegistry
# OpenShift - note that ace-keda should match the pipeline namespace
#value: "image-registry.openshift-image-registry.svc.cluster.local:5000/ace-keda"
# External registry
#value: "quay.io/trevor_dolby"
#value: "us.icr.io/ace-containers"
#value: "aceDemoRegistry.azurecr.io"
# Minikube
value: "192.168.49.2:5000/default"
- name: buildImage
# ace-minimal can be built from the ACE package without needing a key
#
# OpenShift - note that ace-keda should match the pipeline namespace
#value: "image-registry.openshift-image-registry.svc.cluster.local:5000/ace-keda/ace-minimal:13.0.1.0-alpine-mqclient"
# External registry
#value: "quay.io/trevor_dolby/ace-minimal:13.0.1.0-alpine-mqclient"
# Minikube
value: "192.168.49.2:5000/default/ace-minimal:13.0.1.0-alpine-mqclient"
- name: runtimeBaseImage
# ace-minimal can be built from the ACE package without needing a key
#
# OpenShift - note that ace-keda should match the pipeline namespace
#value: "image-registry.openshift-image-registry.svc.cluster.local:5000/ace-keda/ace-minimal:13.0.1.0-alpine-mqclient"
# External registry
#value: "quay.io/trevor_dolby/ace-minimal:13.0.1.0-alpine-mqclient"
# Minikube
value: "192.168.49.2:5000/default/ace-minimal:13.0.1.0-alpine-mqclient"
- name: url
value: "https://github.com/tdolby-at-uk-ibm-com/ace-keda-demo"
- name: revision
value: "main"