nummer5 in wks

This commit is contained in:
2021-01-07 21:50:45 +01:00
parent 4dcb961e81
commit a3bd4349e2
9 changed files with 30 additions and 9 deletions

View File

@@ -393,6 +393,8 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: WEB_RESOURCES_DIR
value: /go/src/github.com/tektoncd/dashboard/web
#image: gcr.io/tekton-releases/github.com/tektoncd/dashboard/cmd/dashboard@sha256:744eb92d7d0365bbfb2405df4ba4d2a66c01edc26028c362bd5675e2bc1b9626
image: docker-registry.lan/tekton-dashboard:arm64
livenessProbe:
@@ -505,11 +507,17 @@ apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: tekton-dashboard
namespace: tekton-pipelines
labels:
app.kubernetes.io/component: dashboard
app.kubernetes.io/instance: default
app.kubernetes.io/part-of: tekton-dashboard
spec:
rules:
- host: tekton.lan
http:
paths:
- backend:
serviceName: http
serviceName: tekton-dashboard
servicePort: 9097