mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-02-24 06:20:47 +01:00
fix lint errors
This commit is contained in:
parent
742c603f27
commit
504e9fe478
@ -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}
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: Middleware
|
||||
metadata:
|
||||
|
@ -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: ""
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
|
Loading…
Reference in New Issue
Block a user