diff --git a/platform/authentik/Chart.yaml b/platform/authentik/Chart.yaml new file mode 100644 index 00000000..130a5ee4 --- /dev/null +++ b/platform/authentik/Chart.yaml @@ -0,0 +1,7 @@ +apiVersion: v2 +name: authentik +version: 0.0.0 +dependencies: +- name: authentik + version: 4.0.3 + repository: https://charts.goauthentik.io diff --git a/platform/authentik/values.yaml b/platform/authentik/values.yaml new file mode 100644 index 00000000..ec416ffc --- /dev/null +++ b/platform/authentik/values.yaml @@ -0,0 +1,23 @@ +authentik: + authentik: + secret_key: "dontjudgemethisisjustfortesting" # TODO + postgresql: + password: &postgresql_password "IKnowThisIsNotASecurePasswordJust4Testing" # TODO + + ingress: + enabled: true + hosts: + - host: &host authentik.khuedoan.com + paths: + - path: "/" + pathType: Prefix + tls: + - secretName: authentik-tls-certificate + hosts: + - *host + + postgresql: + enabled: true + postgresqlPassword: *postgresql_password + redis: + enabled: true