feat(authelia): add app for evaluation

This commit is contained in:
David Landry 2024-10-09 15:32:05 -04:00
parent cd6524ee7f
commit 3a20805e29
14 changed files with 2089 additions and 1 deletions

View file

@ -0,0 +1,30 @@
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: pg-authelia
spec:
instances: 1
storage:
size: 1Gi
# Credentials in secret pg-authelia-app
# https://cloudnative-pg.io/documentation/1.24/applications/#secrets
bootstrap:
initdb:
database: authelia
# enableSuperuserAccess: true
# resources:
# requests:
# memory: "512Mi"
# cpu: "1"
# limits:
# memory: "1Gi"
# cpu: "2"
# affinity:
# enablePodAntiAffinity: true
# topologyKey: failure-domain.beta.kubernetes.io/zone