From 198bd9675ef7d831ccd43f9147d27c4697c2309d Mon Sep 17 00:00:00 2001 From: kezhenxu94 Date: Thu, 18 May 2023 10:06:49 +0800 Subject: [PATCH] Switch default storage to postgresql --- chart/skywalking/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/skywalking/values.yaml b/chart/skywalking/values.yaml index e0bc6e4..ce78b2b 100644 --- a/chart/skywalking/values.yaml +++ b/chart/skywalking/values.yaml @@ -178,7 +178,7 @@ oapInit: tolerations: [] elasticsearch: - enabled: true + enabled: false config: # For users of an existing elasticsearch cluster,takes effect when `elasticsearch.enabled` is false port: http: 9200 @@ -423,7 +423,7 @@ elasticsearch: keystore: [] postgresql: - enabled: false # Whether to start a demo postgresql deployment, don't use this for production. + enabled: true # Whether to start a demo postgresql deployment, don't use this for production. config: # The hostname of your own postgresql service, this only takes effect when postgresql.enabled is false. host: postgresql-service.your-awesome-company.com