mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
✨ tekton
This commit is contained in:
@@ -3,3 +3,4 @@ kind: Kustomization
|
||||
resources:
|
||||
- drone
|
||||
- gitea
|
||||
- tekton
|
||||
|
29
kubernetes/cluster-0/apps/development/tekton/ingress.yaml
Normal file
29
kubernetes/cluster-0/apps/development/tekton/ingress.yaml
Normal 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
|
@@ -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
|
Reference in New Issue
Block a user