This commit is contained in:
2024-02-15 11:46:59 +01:00
parent ce4fa87fb7
commit 2919dd4bdf

View File

@@ -6,10 +6,15 @@ metadata:
name: authentik name: authentik
description: authentik is an open-source Identity Provider focused on flexibility and versatility description: authentik is an open-source Identity Provider focused on flexibility and versatility
options: options:
loglevel: sub_domain:
default: info default: auth
examples: examples:
- info - auth
type: string
domain_name:
default: your_company.com
examples:
- your_company.com
type: string type: string
postgres: postgres:
default: default:
@@ -21,21 +26,21 @@ options:
default: 1 default: 1
type: integer type: integer
type: object type: object
sub_domain: ingress_class:
default: auth default: traefik
examples: examples:
- auth - traefik
type: string type: string
admin: loglevel:
default: default: info
email: auth-admin
examples: examples:
- email: auth-admin - info
properties: type: string
email: geoip:
default: auth-admin default: /geoip/GeoLite2-City.mmdb
type: string examples:
type: object - /geoip/GeoLite2-City.mmdb
type: string
images: images:
default: default:
app: app:
@@ -43,7 +48,7 @@ options:
pull_policy: IfNotPresent pull_policy: IfNotPresent
registry: ghcr.io registry: ghcr.io
repository: goauthentik/server repository: goauthentik/server
tag: 2023.8.3 tag: 2023.10.7
postgresql: postgresql:
registry: ghcr.io registry: ghcr.io
repository: cloudnative-pg/postgresql repository: cloudnative-pg/postgresql
@@ -64,7 +69,7 @@ options:
pull_policy: IfNotPresent pull_policy: IfNotPresent
registry: ghcr.io registry: ghcr.io
repository: goauthentik/server repository: goauthentik/server
tag: 2023.8.3 tag: 2023.10.7
postgresql: postgresql:
registry: ghcr.io registry: ghcr.io
repository: cloudnative-pg/postgresql repository: cloudnative-pg/postgresql
@@ -86,7 +91,7 @@ options:
pull_policy: IfNotPresent pull_policy: IfNotPresent
registry: ghcr.io registry: ghcr.io
repository: goauthentik/server repository: goauthentik/server
tag: 2023.8.3 tag: 2023.10.7
properties: properties:
project: project:
default: goauthentik default: goauthentik
@@ -105,7 +110,7 @@ options:
default: goauthentik/server default: goauthentik/server
type: string type: string
tag: tag:
default: 2023.8.3 default: 2023.10.7
type: string type: string
type: object type: object
postgresql: postgresql:
@@ -173,30 +178,27 @@ options:
type: string type: string
type: object type: object
type: object type: object
error_reporting: redis:
default: default:
enabled: false exporter:
environment: k8s enabled: true
send_pii: false
examples: examples:
- enabled: false - exporter:
environment: k8s enabled: true
send_pii: false
properties: properties:
enabled: exporter:
default: false default:
type: boolean enabled: true
environment: properties:
default: k8s enabled:
type: string default: true
send_pii: type: boolean
default: false type: object
type: boolean
type: object type: object
issuer: domain:
default: letsencrypt-prod default: your-company
examples: examples:
- letsencrypt-prod - your-company
type: string type: string
storage: storage:
default: default:
@@ -227,11 +229,16 @@ options:
type: string type: string
type: object type: object
type: object type: object
ingress_class: admin:
default: traefik default:
email: auth-admin
examples: examples:
- traefik - email: auth-admin
type: string properties:
email:
default: auth-admin
type: string
type: object
backups: backups:
default: default:
enable: false enable: false
@@ -291,11 +298,31 @@ options:
default: false default: false
type: boolean type: boolean
type: object type: object
domain: issuer:
default: your-company default: letsencrypt-prod
examples: examples:
- your-company - letsencrypt-prod
type: string type: string
error_reporting:
default:
enabled: false
environment: k8s
send_pii: false
examples:
- enabled: false
environment: k8s
send_pii: false
properties:
enabled:
default: false
type: boolean
environment:
default: k8s
type: string
send_pii:
default: false
type: boolean
type: object
email: email:
default: default:
port: 587 port: 587
@@ -321,33 +348,6 @@ options:
default: false default: false
type: boolean type: boolean
type: object type: object
domain_name:
default: your_company.com
examples:
- your_company.com
type: string
redis:
default:
exporter:
enabled: true
examples:
- exporter:
enabled: true
properties:
exporter:
default:
enabled: true
properties:
enabled:
default: true
type: boolean
type: object
type: object
geoip:
default: /geoip/GeoLite2-City.mmdb
examples:
- /geoip/GeoLite2-City.mmdb
type: string
dependencies: dependencies:
- dist: null - dist: null
category: core category: core