mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
update
This commit is contained in:
parent
cdd34130aa
commit
e2af26316f
1 changed files with 12 additions and 13 deletions
|
|
@ -1,16 +1,15 @@
|
||||||
#apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
#kind: Certificate
|
kind: Certificate
|
||||||
#metadata:
|
metadata:
|
||||||
# name: authentik-outpost-tls
|
name: authentik-tls
|
||||||
#spec:
|
spec:
|
||||||
# issuerRef:
|
issuerRef:
|
||||||
# name: letsencrypt-production
|
name: value-issuer
|
||||||
# kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
# secretName: authentik-outpost-tls
|
secretName: authentik-tls
|
||||||
# commonName: "authentik.durp.info"
|
commonName: "authentik.durp.info"
|
||||||
# dnsNames:
|
dnsNames:
|
||||||
# - "authentik.durp.info"
|
- "authentik.durp.info"
|
||||||
#
|
|
||||||
#---
|
#---
|
||||||
#apiVersion: traefik.io/v1alpha1
|
#apiVersion: traefik.io/v1alpha1
|
||||||
#kind: IngressRoute
|
#kind: IngressRoute
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue