Compare commits
2 commits
019cfea0bd
...
55e80ee0b8
Author | SHA1 | Date | |
---|---|---|---|
55e80ee0b8 | |||
f93db85e06 |
1 changed files with 8 additions and 15 deletions
|
@ -8,14 +8,6 @@ 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: home-server
|
|
||||||
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,10 +32,11 @@ spec:
|
||||||
- kind: Secret
|
- kind: Secret
|
||||||
name: authentik-values
|
name: authentik-values
|
||||||
values:
|
values:
|
||||||
ingress:
|
server:
|
||||||
annotations:
|
ingress:
|
||||||
external-dns.alpha.kubernetes.io/hostname: auth.hxme.net
|
annotations:
|
||||||
tls:
|
external-dns.alpha.kubernetes.io/hostname: auth.hxme.net
|
||||||
- secretName: wildcard-hxme-net
|
tls:
|
||||||
hosts:
|
- secretName: wildcard-hxme-net
|
||||||
- auth.hxme.net
|
hosts:
|
||||||
|
- auth.hxme.net
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue