From 570a80bb5758e687895fe92d0a92ea497fe9a70f Mon Sep 17 00:00:00 2001 From: Egor Ivanov Date: Mon, 15 Jan 2024 15:58:06 +0200 Subject: [PATCH] added warnings Signed-off-by: Egor Ivanov --- charts/allure-testops/values.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/charts/allure-testops/values.yaml b/charts/allure-testops/values.yaml index b8cdd94..b39e420 100644 --- a/charts/allure-testops/values.yaml +++ b/charts/allure-testops/values.yaml @@ -186,13 +186,18 @@ rabbitmq: vhost: "/" postgresql: - # If enabled ('true'), then Helm chart will deploy PostgreSQL database as part of the deployment - # If set to 'false' the deployment will use dedicated PostgreSQL database server deployed in your infrastructure + # If enabled (postgresql.enabled = true), then Helm chart will deploy PostgreSQL database as part of the deployment + # which can be used for demo purposes only not as a production system. + ### WARNING ### + ### Please do not, set to 'true' for a system in production!!!!!!!!!! ### + ### Production system with postgresql.enabled = true cannot be supported ### + # If set to postgresql.enabled = false, the deployment will expect dedicated PostgreSQL database server deployed in your infrastructure enabled: false connectionTimeout: 60000 auth: username: allure password: allure + # addresses and credentials of the dedicated databases (deployed separately) external: uaaHost: db.example.com uaaPort: 5432