feat(authelia): add app for evaluation
This commit is contained in:
parent
cd6524ee7f
commit
3a20805e29
14 changed files with 2089 additions and 1 deletions
30
apps/authelia/base/pg.yaml
Normal file
30
apps/authelia/base/pg.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue