khuedoan-homelab/applications/tekton-pipelines/ingress.yaml
2021-08-23 01:06:42 +07:00

17 lines
337 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: tekton-dashboard
namespace: tekton-pipelines
spec:
rules:
- host: tekton.khuedoan.com
http:
paths:
- pathType: ImplementationSpecific
backend:
service:
name: tekton-dashboard
port:
number: 9097