From 4bd8e5cd867fd9cacd8a3833a22ee9bb93987150 Mon Sep 17 00:00:00 2001 From: Krystof Stekovic Date: Tue, 29 Oct 2024 13:27:26 +0100 Subject: [PATCH] [WFLY-19898] remove PostgreSQL internal image configuration --- todo-backend/charts/values.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/todo-backend/charts/values.yaml b/todo-backend/charts/values.yaml index 6757854ac8..61b15c4e97 100644 --- a/todo-backend/charts/values.yaml +++ b/todo-backend/charts/values.yaml @@ -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;' ] -