Skip to content

Commit

Permalink
charts/authentik: remove default resources from postgresql and redis
Browse files Browse the repository at this point in the history
Signed-off-by: Marc 'risson' Schmitt <[email protected]>
  • Loading branch information
rissson committed Dec 11, 2024
1 parent cd30b8b commit 47f6591
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/authentik/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -985,6 +985,7 @@ postgresql:
primary:
extendedConfiguration: |
max_connections = 500
resourcesPreset: "none"
# persistence:
# enabled: true
# storageClass:
Expand All @@ -998,6 +999,8 @@ redis:
architecture: standalone
auth:
enabled: false
master:
resourcesPreset: "none"


# -- additional resources to deploy. Those objects are templated.
Expand Down

0 comments on commit 47f6591

Please sign in to comment.