Skip to content

Commit

Permalink
[WFLY-19898] remove PostgreSQL internal image configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kstekovi committed Oct 29, 2024
1 parent b6ab8a3 commit 4bd8e5c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions todo-backend/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,3 @@ wildfly:
value: "256"
- name: GC_METASPACE_SIZE
value: "96"
initContainers:
- name: check-db-ready
image: postgres:9.6.5
command: [ 'sh', '-c',
'until pg_isready -h todo-backend-postgresql -p 5432;
do echo waiting for database; sleep 2; done;' ]

0 comments on commit 4bd8e5c

Please sign in to comment.