add authelia
This commit is contained in:
46
clusters/ipv6/tools/authelia/authelia-release.yml
Normal file
46
clusters/ipv6/tools/authelia/authelia-release.yml
Normal file
@@ -0,0 +1,46 @@
|
||||
---
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: authelia
|
||||
namespace: tools
|
||||
spec:
|
||||
interval: 6h
|
||||
chart:
|
||||
spec:
|
||||
chart: authelia
|
||||
version: "0.10.49"
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: authelia
|
||||
namespace: flux-system
|
||||
interval: 6h
|
||||
install:
|
||||
remediation:
|
||||
retries: 3
|
||||
upgrade:
|
||||
remediation:
|
||||
retries: 3
|
||||
values:
|
||||
configMap:
|
||||
notifier:
|
||||
smtp:
|
||||
enabled: true
|
||||
password:
|
||||
path: password
|
||||
secret_name: authelia-secrets
|
||||
username: aggarwalakshun@gmail.com
|
||||
existingConfigMap: authelia-config
|
||||
persistence:
|
||||
enabled: true
|
||||
existingClaim: authelia-pvc
|
||||
secret:
|
||||
existingSecret: authelia-secrets
|
||||
additionalSecrets:
|
||||
authelia-secrets: {}
|
||||
pod:
|
||||
kind: Deployment
|
||||
strategy:
|
||||
type: Recreate
|
||||
service:
|
||||
port: 9091
|
||||
Reference in New Issue
Block a user