add ingress and cert
This commit is contained in:
@@ -60,7 +60,27 @@ authentik:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: authentik-credentials
|
name: authentik-credentials
|
||||||
key: user-password
|
key: user-password
|
||||||
|
ingress:
|
||||||
|
enabled: true
|
||||||
|
annotations:
|
||||||
|
traefik.ingress.kubernetes.io/router.middlewares: cloudflarewarp@file
|
||||||
|
hosts:
|
||||||
|
- auth.dubyatp.xyz
|
||||||
|
tls:
|
||||||
|
- secretName: cert-dubyatp-xyz
|
||||||
|
hosts:
|
||||||
|
- auth.dubyatp.xyz
|
||||||
additionalObjects:
|
additionalObjects:
|
||||||
|
- apiVersion: v1
|
||||||
|
kind: Secret
|
||||||
|
metadata:
|
||||||
|
name: cert-dubyatp-xyz
|
||||||
|
annotations:
|
||||||
|
replicator.v1.mittwald.de/replicate-from: cert-manager/cert-dubyatp-xyz
|
||||||
|
replicator.v1.mittwald.de/replicated-keys: tls.crt,tls.key
|
||||||
|
data:
|
||||||
|
tls.crt: ""
|
||||||
|
tls.key: ""
|
||||||
- apiVersion: external-secrets.io/v1beta1
|
- apiVersion: external-secrets.io/v1beta1
|
||||||
kind: ExternalSecret
|
kind: ExternalSecret
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
Reference in New Issue
Block a user