From cf0cb081a26718102a5694ece83db6f9e17d0f39 Mon Sep 17 00:00:00 2001 From: konsthol Date: Thu, 29 May 2025 10:51:05 +0300 Subject: [PATCH] Update example-app-helm-chart/example-app/values.yaml --- example-app-helm-chart/example-app/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/example-app-helm-chart/example-app/values.yaml b/example-app-helm-chart/example-app/values.yaml index a0bdb24..3a2848b 100644 --- a/example-app-helm-chart/example-app/values.yaml +++ b/example-app-helm-chart/example-app/values.yaml @@ -4,3 +4,8 @@ app: ports: http: 8080 secret: nexus-secret + env: + QUARKUS_DATASOURCE_DB_KIND: "postgresql" + QUARKUS_DATASOURCE_USERNAME: "myuser" + QUARKUS_DATASOURCE_PASSWORD: "mypassword" + QUARKUS_DATASOURCE_JDBC_URL: "jdbc:postgresql://mydb-service:5432/mydb" \ No newline at end of file