Skip to content

Commit

Permalink
resources authentik
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoosaar committed Nov 22, 2024
1 parent 46e28f3 commit b7b993d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions kubernetes/main/apps/security/authentik/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,19 @@ spec:
hosts:
- sso.${SECRET_DOMAIN}
https: false
resources:
requests:
cpu: 100m
memory: 512Mi
limits:
memory: 512Mi
worker:
autoscaling:
enabled: true
minReplicas: 2
resources:
requests:
cpu: 100m
memory: 512Mi
limits:
memory: 512Mi

0 comments on commit b7b993d

Please sign in to comment.