update
This commit is contained in:
12
sample-build/09.ing-proxy.yaml
Normal file
12
sample-build/09.ing-proxy.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: el-tekton-demo-proxy
|
||||
namespace: tekton-pipelines
|
||||
spec:
|
||||
type: ExternalName
|
||||
externalName: el-gitea-event-listener.tekton-demo.svc.cluster.local
|
||||
ports:
|
||||
- port: 8080
|
||||
targetPort: 8080
|
||||
protocol: TCP
|
||||
Reference in New Issue
Block a user