diff --git a/docker-compose/authentik/compose.yaml b/docker-compose/authentik/compose.yaml index 21b810b..699201d 100644 --- a/docker-compose/authentik/compose.yaml +++ b/docker-compose/authentik/compose.yaml @@ -16,7 +16,7 @@ services: # (Optional) Enable Error Reporting - AUTHENTIK_ERROR_REPORTING__ENABLED=${AUTHENTIK_ERROR_REPORTING:-false} # (Optional) Enable Email Sending - # Highly recommended to notify you about alerts and configuration issues. + # Highly recommended to notify you about alerts and configuration issues. - AUTHENTIK_EMAIL__HOST=${EMAIL_HOST:?error} - AUTHENTIK_EMAIL__PORT=${EMAIL_PORT:-25} - AUTHENTIK_EMAIL__USERNAME=${EMAIL_USERNAME:?error} @@ -65,7 +65,7 @@ services: # (Optional) Enable Error Reporting - AUTHENTIK_ERROR_REPORTING__ENABLED=${AUTHENTIK_ERROR_REPORTING:-false} # (Optional) Enable Email Sending - # Highly recommended to notify you about alerts and configuration issues. + # Highly recommended to notify you about alerts and configuration issues. - AUTHENTIK_EMAIL__HOST=${EMAIL_HOST:?error} - AUTHENTIK_EMAIL__PORT=${EMAIL_PORT:-25} - AUTHENTIK_EMAIL__USERNAME=${EMAIL_USERNAME:?error} diff --git a/kubernetes/authentik/certificate.yaml b/kubernetes/authentik/certificate.yaml index ba2a632..b238c9b 100644 --- a/kubernetes/authentik/certificate.yaml +++ b/kubernetes/authentik/certificate.yaml @@ -1,3 +1,4 @@ +--- apiVersion: cert-manager.io/v1 kind: Certificate metadata: diff --git a/kubernetes/authentik/example.middleware.yaml b/kubernetes/authentik/example.middleware.yaml index b866f6f..20e6e55 100644 --- a/kubernetes/authentik/example.middleware.yaml +++ b/kubernetes/authentik/example.middleware.yaml @@ -1,3 +1,4 @@ +--- apiVersion: traefik.io/v1alpha1 kind: Middleware metadata: diff --git a/kubernetes/authentik/helm/values.yaml b/kubernetes/authentik/helm/values.yaml index 11980c0..ac35626 100644 --- a/kubernetes/authentik/helm/values.yaml +++ b/kubernetes/authentik/helm/values.yaml @@ -1,5 +1,6 @@ +--- global: - image: + image: repository: "ghcr.io/goauthentik/server" tag: "2024.12.2" pullPolicy: IfNotPresent @@ -15,7 +16,7 @@ authentik: port: 5432 email: # (Optional) Enable Email Sending - # Highly recommended to notify you about alerts and configuration issues. + # Highly recommended to notify you about alerts and configuration issues. host: "" port: 587 username: "" diff --git a/kubernetes/authentik/ingressroute.yaml b/kubernetes/authentik/ingressroute.yaml index 06e8d14..bbc1fd8 100644 --- a/kubernetes/authentik/ingressroute.yaml +++ b/kubernetes/authentik/ingressroute.yaml @@ -1,3 +1,4 @@ +--- apiVersion: traefik.io/v1alpha1 kind: IngressRoute metadata: diff --git a/kubernetes/authentik/namespace.yaml b/kubernetes/authentik/namespace.yaml index bb24d8d..ae71e15 100644 --- a/kubernetes/authentik/namespace.yaml +++ b/kubernetes/authentik/namespace.yaml @@ -1,3 +1,4 @@ +--- apiVersion: v1 kind: Namespace metadata: