mirror of
https://github.com/bvanroll/stage-infra.git
synced 2025-08-29 12:02:48 +00:00
15 lines
247 B
YAML
15 lines
247 B
YAML
---
|
|
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 |