multiple listeners. TODO create different pipelines for each listener

This commit is contained in:
2020-03-18 17:36:57 +01:00
parent 6b62b0f3ef
commit 1860b861c0
17 changed files with 818 additions and 43 deletions

View File

@@ -0,0 +1,15 @@
---
apiVersion: v1
kind: Service
metadata:
name: manual-service
namespace: tekton-pipelines
spec:
ports:
- name: http-listener
port: 9097
protocol: TCP
targetPort: 9097
selector:
app: tekton-dashboard
type: LoadBalancer