Compare commits
2 commits
f57a938d69
...
78b0867025
Author | SHA1 | Date | |
---|---|---|---|
78b0867025 | |||
7867f905f0 |
1 changed files with 12 additions and 0 deletions
|
@ -13,6 +13,14 @@ spec:
|
||||||
url: https://charts.goauthentik.io/
|
url: https://charts.goauthentik.io/
|
||||||
interval: 1h
|
interval: 1h
|
||||||
---
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Secret
|
||||||
|
metadata:
|
||||||
|
name: wildcard-hxme-net
|
||||||
|
namespace: authentik
|
||||||
|
annotations:
|
||||||
|
replicator.v1.mittwald.de/replicate-from: cert-manager/wildcard-hxme-net
|
||||||
|
---
|
||||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||||
kind: HelmRelease
|
kind: HelmRelease
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -40,3 +48,7 @@ spec:
|
||||||
ingress:
|
ingress:
|
||||||
annotations:
|
annotations:
|
||||||
external-dns.alpha.kubernetes.io/hostname: auth.hxme.net
|
external-dns.alpha.kubernetes.io/hostname: auth.hxme.net
|
||||||
|
tls:
|
||||||
|
- secretName: wildcard-hxme-net
|
||||||
|
hosts:
|
||||||
|
- auth.hxme.net
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue