Skip to content

Commit

Permalink
Update release.yml (#490) (#491)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele De Lorenzi <daniele.delorenzi@fastnetserv.net>
  • Loading branch information
dark-vex authored Mar 20, 2024
1 parent ed5be1e commit 0d3a4cb
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions apps/kubenuc/sso/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ spec:
dbCheck:
name: check-db-ready
image: postgres:15
command: ["sh", "-c",
"until pg_isready -h ${AUTHENTIK_POSTGRESQL__HOST} -p 5432;
command: ["sh", "-c",
"until pg_isready -h ${AUTHENTIK_POSTGRESQL__HOST} -p 5432;
do echo waiting for database; sleep 2; done;"]
env:
- name: AUTHENTIK_POSTGRESQL__HOST
Expand Down Expand Up @@ -71,6 +71,13 @@ spec:
key: PGPASSWORD
name: sso-secrets

requests:
cpu: 500m
memory: 1Gi
limits:
cpu: 2000m
memory: 2Gi

authentik:
# This sends anonymous usage-data, stack traces on errors and
# performance data to sentry.io, and is fully opt-in
Expand Down Expand Up @@ -116,25 +123,17 @@ spec:
- secretName: sso-tls
hosts:
- sso.ddlns.net

postgresql:
enabled: false

redis:
enabled: true

resources:
server:
requests:
cpu: 500m
memory: 1Gi
limits:
cpu: 2000m
memory: 2Gi
worker:
requests:
cpu: 500m
memory: 1Gi
limits:
cpu: 2000m
memory: 2Gi
worker:
requests:
cpu: 500m
memory: 1Gi
limits:
cpu: 2000m
memory: 2Gi

0 comments on commit 0d3a4cb

Please sign in to comment.