set dashboard ingress

This commit is contained in:
Matthieu Lamalle 2024-03-29 10:08:31 +01:00
parent e92b50de83
commit 4e99d5cb16
3 changed files with 3 additions and 1 deletions

View File

@ -3,3 +3,4 @@ kind: Kustomization
resources: resources:
- tekton/ - tekton/
- tekton-pipelines/ingress/dashboard.yaml

View File

@ -2,6 +2,7 @@ apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
metadata: metadata:
name: dashboard name: dashboard
namespace: tekton-pipelines
spec: spec:
ingressClassName: nginx ingressClassName: nginx
rules: rules:

View File

@ -39,7 +39,7 @@ resources:
- event/mseproject.yaml - event/mseproject.yaml
# Ingress # # Ingress
# - ingress/dashboard.yaml # - ingress/dashboard.yaml
generatorOptions: generatorOptions: