From 92bccdb2e122ef78e4ad122f5f66ff0c37788544 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Mon, 23 Aug 2021 00:51:26 +0700 Subject: [PATCH] Install Authelia --- applications/authelia/Chart.yaml | 7 +++++++ applications/authelia/values.yaml | 8 ++++++++ 2 files changed, 15 insertions(+) create mode 100644 applications/authelia/Chart.yaml create mode 100644 applications/authelia/values.yaml diff --git a/applications/authelia/Chart.yaml b/applications/authelia/Chart.yaml new file mode 100644 index 00000000..6738d97d --- /dev/null +++ b/applications/authelia/Chart.yaml @@ -0,0 +1,7 @@ +apiVersion: v2 +name: authelia +version: 0.5.6 +dependencies: +- name: authelia + version: 0.5.6 + repository: https://charts.authelia.com diff --git a/applications/authelia/values.yaml b/applications/authelia/values.yaml new file mode 100644 index 00000000..72acedff --- /dev/null +++ b/applications/authelia/values.yaml @@ -0,0 +1,8 @@ +gitea: + ingress: + enabled: true + hosts: + - host: git.khuedoan.com + paths: + - path: / + pathType: Prefix