Skip to content

Commit 4bd8e5c

Browse files
committed
[WFLY-19898] remove PostgreSQL internal image configuration
1 parent b6ab8a3 commit 4bd8e5c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

todo-backend/charts/values.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,3 @@ wildfly:
4444
value: "256"
4545
- name: GC_METASPACE_SIZE
4646
value: "96"
47-
initContainers:
48-
- name: check-db-ready
49-
image: postgres:9.6.5
50-
command: [ 'sh', '-c',
51-
'until pg_isready -h todo-backend-postgresql -p 5432;
52-
do echo waiting for database; sleep 2; done;' ]
53-

0 commit comments

Comments
 (0)