|
|
|
@ -2,7 +2,7 @@ apiVersion: image.openshift.io/v1 |
|
|
|
kind: ImageStream |
|
|
|
metadata: |
|
|
|
annotations: |
|
|
|
app.openshift.io/vcs-uri: https://github.com/nmasse-itix/eShopOnWeb.git |
|
|
|
app.openshift.io/vcs-uri: https://github.com/eShopOnWeb-OpenShift/eShopOnWeb.git |
|
|
|
labels: |
|
|
|
app: eshop |
|
|
|
app.kubernetes.io/component: eshop-api |
|
|
|
@ -21,7 +21,7 @@ kind: BuildConfig |
|
|
|
metadata: |
|
|
|
annotations: |
|
|
|
app.openshift.io/connects-to: '[{"apiVersion":"apps/v1","kind":"Deployment","name":"sql-server"}]' |
|
|
|
app.openshift.io/vcs-uri: https://github.com/nmasse-itix/eShopOnWeb.git |
|
|
|
app.openshift.io/vcs-uri: https://github.com/eShopOnWeb-OpenShift/eShopOnWeb.git |
|
|
|
labels: |
|
|
|
app: eshop-api |
|
|
|
app.kubernetes.io/component: eshop-api |
|
|
|
@ -44,7 +44,7 @@ spec: |
|
|
|
source: |
|
|
|
contextDir: / |
|
|
|
git: |
|
|
|
uri: https://github.com/nmasse-itix/eShopOnWeb.git |
|
|
|
uri: https://github.com/eShopOnWeb-OpenShift/eShopOnWeb.git |
|
|
|
type: Git |
|
|
|
strategy: |
|
|
|
sourceStrategy: |
|
|
|
@ -69,7 +69,7 @@ metadata: |
|
|
|
alpha.image.policy.openshift.io/resolve-names: '*' |
|
|
|
app.openshift.io/connects-to: '[{"apiVersion":"apps/v1","kind":"Deployment","name":"sql-server"}]' |
|
|
|
app.openshift.io/route-disabled: "false" |
|
|
|
app.openshift.io/vcs-uri: https://github.com/nmasse-itix/eShopOnWeb.git |
|
|
|
app.openshift.io/vcs-uri: https://github.com/eShopOnWeb-OpenShift/eShopOnWeb.git |
|
|
|
image.openshift.io/triggers: '[{"from":{"kind":"ImageStreamTag","name":"eshop-api:latest"},"fieldPath":"spec.template.spec.containers[?(@.name==\"eshop-api\")].image","pause":"false"}]' |
|
|
|
labels: |
|
|
|
app: eshop |
|
|
|
|