cert-manager and routes

This commit is contained in:
2024-03-26 19:31:39 +01:00
parent 2a4b9f64bc
commit 76e410554d
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,16 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: cert-manager-ui
spec:
entryPoints:
- web
- websecure
routes:
- match: Host(`cert-manager.steffenillium.de`)
kind: Rule
services:
- name: cert-manager
port: 80
tls:
certResolver: default

View File

@ -0,0 +1,15 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: cert-manager
resources:
- base/cert-manager-ui-ingress.yaml
helmCharts:
- name: cert-manager
includeCRDs: true
version: 1.14.4
repo: https://charts.jetstack.io
# valuesFile: base/values.yaml