update
This commit is contained in:
@@ -1,42 +1,31 @@
|
|||||||
#apiVersion: traefik.containo.us/v1alpha1
|
apiVersion: traefik.containo.us/v1alpha1
|
||||||
#kind: IngressRoute
|
kind: IngressRoute
|
||||||
#metadata:
|
metadata:
|
||||||
# name: authentik-ingress
|
name: authentik-ingress
|
||||||
#spec:
|
spec:
|
||||||
# entryPoints:
|
entryPoints:
|
||||||
# - websecure
|
- websecure
|
||||||
# routes:
|
routes:
|
||||||
# - match: Host(`authentik.durp.info`) && PathPrefix(`/`)
|
- match: Host(`authentik.infra.durp.info`) && PathPrefix(`/`)
|
||||||
# kind: Rule
|
kind: Rule
|
||||||
# services:
|
services:
|
||||||
# - name: authentik-server
|
- name: authentik-server
|
||||||
# port: 80
|
port: 80
|
||||||
# tls:
|
tls:
|
||||||
# secretName: authentik-tls
|
secretName: authentik-tls
|
||||||
#
|
|
||||||
#---
|
---
|
||||||
#
|
|
||||||
#apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
#kind: Certificate
|
kind: Certificate
|
||||||
#metadata:
|
metadata:
|
||||||
# name: authentik-tls
|
name: authentik-tls
|
||||||
#spec:
|
spec:
|
||||||
# secretName: authentik-tls
|
secretName: authentik-tls
|
||||||
# issuerRef:
|
issuerRef:
|
||||||
# name: letsencrypt-production
|
name: vault-issuer
|
||||||
# kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
# commonName: "authentik.durp.info"
|
commonName: "authentik.infra.durp.info"
|
||||||
# dnsNames:
|
dnsNames:
|
||||||
# - "authentik.durp.info"
|
- "authentik.infra.durp.info"
|
||||||
#
|
|
||||||
#---
|
|
||||||
#
|
|
||||||
#kind: Service
|
|
||||||
#apiVersion: v1
|
|
||||||
#metadata:
|
|
||||||
# name: authentik-external-dns
|
|
||||||
# annotations:
|
|
||||||
# external-dns.alpha.kubernetes.io/hostname: authentik.durp.info
|
|
||||||
#spec:
|
|
||||||
# type: ExternalName
|
|
||||||
# externalName: durp.info
|
|
||||||
|
|||||||
Reference in New Issue
Block a user