cert-manager and routes
This commit is contained in:
@ -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
|
15
infrastructure/05-cert-manager/kustomization.yaml
Normal file
15
infrastructure/05-cert-manager/kustomization.yaml
Normal 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
|
||||
|
Reference in New Issue
Block a user