diff --git a/12_Authentik/README.md b/12_Authentik/README.md new file mode 100644 index 0000000..ed469fd --- /dev/null +++ b/12_Authentik/README.md @@ -0,0 +1 @@ +https://docs.goauthentik.io/install-config/install/kubernetes/#install-authentik-helm-chart \ No newline at end of file diff --git a/12_Authentik/authentik-pgdb.yaml b/12_Authentik/authentik-pgdb.yaml new file mode 100644 index 0000000..aa4be6a --- /dev/null +++ b/12_Authentik/authentik-pgdb.yaml @@ -0,0 +1,10 @@ +apiVersion: postgresql.cnpg.io/v1 +kind: Cluster +metadata: + name: authentik-pgdb + namespace: authentik +spec: + instances: 3 + + storage: + size: 1Gi