mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
c5d12501ef
commit
71340d6b3f
1 changed files with 13 additions and 0 deletions
13
dmz/authentik/templates/cert.yaml
Normal file
13
dmz/authentik/templates/cert.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: authentik-outpost-tls
|
||||
spec:
|
||||
issuerRef:
|
||||
name: vault-issuer
|
||||
kind: ClusterIssuer
|
||||
secretName: authentik-outpost-tls
|
||||
commonName: "*"
|
||||
dnsNames:
|
||||
- "*"
|
||||
Loading…
Add table
Add a link
Reference in a new issue