Skip to content

Commit f71b78c

Browse files
committed
[WFLY-19898] remove PostgreSQL internal image configuration
1 parent 383128d commit f71b78c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

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)