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
1ee6edb43d
commit
ed3d4941b3
1 changed files with 14 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ spec:
|
|||
services:
|
||||
- name: authentik-server
|
||||
port: 443
|
||||
tls:
|
||||
secretName: authentik-tls
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -21,3 +23,15 @@ metadata:
|
|||
spec:
|
||||
type: ExternalName
|
||||
externalName: authentik.infra.durp.info
|
||||
|
||||
---
|
||||
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: authentik-tls
|
||||
spec:
|
||||
secretName: authentik-tls
|
||||
commonName: "test.durp.info"
|
||||
dnsNames:
|
||||
- "test.durp.info"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue