mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-29 20:12:43 +00:00
pls werk event listener
This commit is contained in:
@@ -164,13 +164,13 @@ spec:
|
|||||||
- name: git-experimental
|
- name: git-experimental
|
||||||
type: git
|
type: git
|
||||||
tasks:
|
tasks:
|
||||||
- name: destroy-application #@TODO make it so that the delete can be skipped if error
|
# - name: destroy-application #@TODO make it so that the delete can be skipped if error
|
||||||
taskRef:
|
# taskRef:
|
||||||
name: destroy-application
|
# name: destroy-application
|
||||||
resources:
|
# resources:
|
||||||
inputs:
|
# inputs:
|
||||||
- name: git-source
|
# - name: git-source
|
||||||
resource: git-master
|
# resource: git-master
|
||||||
- name: build-and-push-a
|
- name: build-and-push-a
|
||||||
taskRef:
|
taskRef:
|
||||||
name: build-and-push
|
name: build-and-push
|
||||||
@@ -235,7 +235,7 @@ spec:
|
|||||||
- build-and-push-b-experimental
|
- build-and-push-b-experimental
|
||||||
- build-and-push-a
|
- build-and-push-a
|
||||||
- build-and-push-b-stable
|
- build-and-push-b-stable
|
||||||
- destroy-application
|
#- destroy-application
|
||||||
resources:
|
resources:
|
||||||
inputs:
|
inputs:
|
||||||
- name: git-source
|
- name: git-source
|
||||||
|
@@ -75,6 +75,18 @@ spec:
|
|||||||
protocol: HTTP
|
protocol: HTTP
|
||||||
hosts:
|
hosts:
|
||||||
- "*"
|
- "*"
|
||||||
|
- port:
|
||||||
|
number: 80
|
||||||
|
name: http2
|
||||||
|
protocol: HTTP
|
||||||
|
hosts:
|
||||||
|
- "*"
|
||||||
|
- port:
|
||||||
|
number: 8080
|
||||||
|
name: http3
|
||||||
|
protocol: HTTP
|
||||||
|
hosts:
|
||||||
|
- "*"
|
||||||
---
|
---
|
||||||
apiVersion: networking.istio.io/v1alpha3
|
apiVersion: networking.istio.io/v1alpha3
|
||||||
kind: VirtualService
|
kind: VirtualService
|
||||||
@@ -89,6 +101,4 @@ spec:
|
|||||||
http:
|
http:
|
||||||
- route:
|
- route:
|
||||||
- destination:
|
- destination:
|
||||||
port:
|
|
||||||
number: 8080
|
|
||||||
host: el-github-event-listener
|
host: el-github-event-listener
|
Reference in New Issue
Block a user