-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathobject-detection-rest-build.yaml
43 lines (43 loc) · 1.13 KB
/
object-detection-rest-build.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
43
apiVersion: build.openshift.io/v1
kind: Build
metadata:
annotations:
openshift.io/build-config.name: object-detection-rest
labels:
app: object-detection-rest
app.kubernetes.io/component: object-detection-rest
app.kubernetes.io/instance: object-detection-rest
buildconfig: object-detection-rest
openshift.io/build-config.name: object-detection-rest
openshift.io/build.start-policy: Serial
name: object-detection-rest-1
spec:
nodeSelector: null
output:
to:
kind: ImageStreamTag
name: object-detection-rest:latest
revision:
git:
author:
email: you@example.com
name: Your Name
commit: 188c297168417afc3213a5493fceaf968e7afa83
committer:
email: you@example.com
name: Your Name
message: Update
type: Git
serviceAccount: builder
source:
git:
uri: https://github.com/ritzshah/object-detection-rest.git
type: Git
strategy:
sourceStrategy:
from:
kind: DockerImage
name: image-registry.openshift-image-registry.svc:5000/openshift/python
type: Source
triggeredBy:
- message: Manually triggered