Initial release
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: webhook
|
||||
app.kubernetes.io/component: webhook
|
||||
app.kubernetes.io/instance: default
|
||||
app.kubernetes.io/version: "v0.57.0"
|
||||
app.kubernetes.io/part-of: tekton-pipelines
|
||||
# tekton.dev/release value replaced with inputs.params.versionTag in pipeline/tekton/publish.yaml
|
||||
pipeline.tekton.dev/release: "v0.57.0"
|
||||
# labels below are related to istio and should not be used for resource lookup
|
||||
app: tekton-pipelines-webhook
|
||||
version: "v0.57.0"
|
||||
name: tekton-pipelines-webhook
|
||||
namespace: tekton-pipelines
|
||||
spec:
|
||||
ports:
|
||||
# Define metrics and profiling for them to be accessible within service meshes.
|
||||
- name: http-metrics
|
||||
port: 9090
|
||||
targetPort: metrics
|
||||
- name: http-profiling
|
||||
port: 8008
|
||||
targetPort: profiling
|
||||
- name: https-webhook
|
||||
port: 443
|
||||
targetPort: https-webhook
|
||||
- name: probes
|
||||
port: 8080
|
||||
targetPort: probes
|
||||
selector:
|
||||
app.kubernetes.io/name: webhook
|
||||
app.kubernetes.io/component: webhook
|
||||
app.kubernetes.io/instance: default
|
||||
app.kubernetes.io/part-of: tekton-pipelines
|
||||
Reference in New Issue
Block a user