tekton

This commit is contained in:
auricom
2022-11-26 15:10:10 +01:00
parent 0ed7dc4a9a
commit bbeea6f7b5
3 changed files with 39 additions and 0 deletions

View File

@@ -3,3 +3,4 @@ kind: Kustomization
resources:
- drone
- gitea
- tekton

View File

@@ -0,0 +1,29 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: &app tekton-dashboard
namespace: tekton-pipelines
labels:
app: *app
app.kubernetes.io/component: dashboard
app.kubernetes.io/instance: default
app.kubernetes.io/name: dashboard
app.kubernetes.io/part-of: *app
helm.toolkit.fluxcd.io/namespace: default
annotations:
auth.home.arpa/enabled: "true"
spec:
ingressClassName: nginx
tls:
- hosts:
- &host tekton.k3s.xpander.ovh
rules:
- host: *host
http:
paths:
- pathType: ImplementationSpecific
backend:
service:
name: *app
port:
number: 9097

View File

@@ -0,0 +1,9 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/tektoncd/pipeline/releases/download/v0.42.0/release.yaml
- https://github.com/tektoncd/triggers/releases/download/v0.22.0/release.yaml
- https://github.com/tektoncd/triggers/releases/download/v0.22.0/interceptors.yaml
- https://github.com/tektoncd/dashboard/releases/download/v0.30.0/tekton-dashboard-release.yaml
- ingress.yaml