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/
|
||||
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
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
|
@ -32,11 +40,10 @@ spec:
|
|||
- kind: Secret
|
||||
name: authentik-values
|
||||
values:
|
||||
server:
|
||||
ingress:
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/hostname: auth.hxme.net
|
||||
tls:
|
||||
- secretName: wildcard-hxme-net
|
||||
hosts:
|
||||
- auth.hxme.net
|
||||
ingress:
|
||||
annotations:
|
||||
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