Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkfella committed Nov 20, 2024
1 parent 7d6125f commit 6cb62f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/main/apps/keycloak/deployment/cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
- name: INIT_POSTGRES_HOST
value: &dbHost postgres17-rw.database.svc.cluster.local
- name: INIT_POSTGRES_PORT
value: &dbPort '5432'
value: '5432'
- name: INIT_POSTGRES_DBNAME
value: &dbName keycloak
- name: INIT_POSTGRES_SUPER_PASS
Expand Down Expand Up @@ -62,7 +62,7 @@ spec:
key: POSTGRES_PASS
host: *dbHost
database: *dbName
port: *dbPort
port: 5432
schema: public

instances: 1
Expand Down

0 comments on commit 6cb62f2

Please sign in to comment.