mirror of
https://github.com/bvanroll/stage-infra.git
synced 2025-08-29 12:02:48 +00:00
multiple listeners. TODO create different pipelines for each listener
This commit is contained in:
15
Utilities/tekton-dashboard-loadbalancer.yaml
Normal file
15
Utilities/tekton-dashboard-loadbalancer.yaml
Normal 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
|
Reference in New Issue
Block a user