Added sample application and pipeline.

This commit is contained in:
2023-07-30 22:18:21 +12:00
parent 489a1c8ced
commit cd4ba6e532
7 changed files with 233 additions and 5 deletions

View File

@ -0,0 +1,17 @@
---
kind: ImageStream
apiVersion: image.openshift.io/v1
metadata:
annotations:
app.openshift.io/vcs-ref: main
app.openshift.io/vcs-uri: 'https://github.com/jmhbnz/talks.git'
name: guestbook
namespace: guestbook
labels:
app.kubernetes.io/component: guestbook
app.kubernetes.io/instance: guestbook
app.kubernetes.io/name: guestbook
app.kubernetes.io/part-of: guestbook
spec:
lookupPolicy:
local: false