Compare commits
No commits in common. "55e80ee0b830e8be0b5c7825c8bd049e904dfa58" and "019cfea0bda8642d798e510d2a3b7f4ce32ff4c5" have entirely different histories.
55e80ee0b8
...
019cfea0bd
1 changed files with 15 additions and 8 deletions
|
@ -8,6 +8,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: 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:
|
||||||
|
@ -32,11 +40,10 @@ spec:
|
||||||
- kind: Secret
|
- kind: Secret
|
||||||
name: authentik-values
|
name: authentik-values
|
||||||
values:
|
values:
|
||||||
server:
|
ingress:
|
||||||
ingress:
|
annotations:
|
||||||
annotations:
|
external-dns.alpha.kubernetes.io/hostname: auth.hxme.net
|
||||||
external-dns.alpha.kubernetes.io/hostname: auth.hxme.net
|
tls:
|
||||||
tls:
|
- secretName: wildcard-hxme-net
|
||||||
- secretName: wildcard-hxme-net
|
hosts:
|
||||||
hosts:
|
- auth.hxme.net
|
||||||
- auth.hxme.net
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue