diff --git a/manifests/full-pipeline.yaml b/manifests/full-pipeline.yaml index 902888d..c71f631 100644 --- a/manifests/full-pipeline.yaml +++ b/manifests/full-pipeline.yaml @@ -164,13 +164,13 @@ spec: - name: git-experimental type: git tasks: - - name: destroy-application #@TODO make it so that the delete can be skipped if error - taskRef: - name: destroy-application - resources: - inputs: - - name: git-source - resource: git-master + # - name: destroy-application #@TODO make it so that the delete can be skipped if error + # taskRef: + # name: destroy-application + # resources: + # inputs: + # - name: git-source + # resource: git-master - name: build-and-push-a taskRef: name: build-and-push @@ -235,7 +235,7 @@ spec: - build-and-push-b-experimental - build-and-push-a - build-and-push-b-stable - - destroy-application + #- destroy-application resources: inputs: - name: git-source diff --git a/manifests/github-event-listener.yaml b/manifests/github-event-listener.yaml index 8779a00..1cf0c2b 100644 --- a/manifests/github-event-listener.yaml +++ b/manifests/github-event-listener.yaml @@ -73,6 +73,18 @@ spec: number: 443 name: http protocol: HTTP + hosts: + - "*" + - port: + number: 80 + name: http2 + protocol: HTTP + hosts: + - "*" + - port: + number: 8080 + name: http3 + protocol: HTTP hosts: - "*" --- @@ -89,6 +101,4 @@ spec: http: - route: - destination: - port: - number: 8080 host: el-github-event-listener \ No newline at end of file