Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions charts/authentik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ The secret `authentik-postgres-credentials` must have `username` and `password`
| postgresql.primary.pgHbaConfiguration | string | `"host all all 0.0.0.0/0 scram-sha-256\nhost all all ::/0 scram-sha-256\nlocal all all scram-sha-256\nhost all all 127.0.0.1/32 scram-sha-256\nhost all all ::1/128 scram-sha-256\n"` | |
| postgresql.primary.resourcesPreset | string | `"none"` | |
| postgresql.readReplicas.resourcesPreset | string | `"none"` | |
| postgresql.volumePermissions.image.repository | string | `"debian"` | |
| postgresql.volumePermissions.image.tag | string | `"13-slim"` | |
| postgresql.volumePermissions.resourcesPreset | string | `"none"` | |
| prometheus.rules.additionalRuleGroupAnnotations | object | `{}` | PrometheusRuleGroup additional annotations |
| prometheus.rules.annotations | object | `{}` | PrometheusRule annotations |
Expand Down
3 changes: 3 additions & 0 deletions charts/authentik/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1133,6 +1133,9 @@ postgresql:
resourcesPreset: "none"
volumePermissions:
resourcesPreset: "none"
image:
repository: debian
tag: 13-slim
metrics:
resourcesPreset: "none"

Expand Down
Loading