wu-sheng opened a new issue, #10809: URL: https://github.com/apache/skywalking/issues/10809
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar feature requirement. ### Description We have `oap.storageType` in the skywalking-kubernetes helm setup. But, following the main repository, this value is absent and the default value is `H2`. This could easily lead to new users failing to startup. Because `init` preparing + `no-init` OAP booting don't work for H2 in-memory mode, what `ini` OAP did would be gone as the container exits. So, the better solution is, in the helm deployment, the `oap.storageType= postgresql` should be by default and automatically install a PG server. And I am not sure whether PostgreSQL storage supports to link to an existing server and new installation for now? I only noticed ElasticSearch relative settings, https://github.com/apache/skywalking-kubernetes#install-a-specific-version-of-skywalking-with-an-existing-elasticsearch @kezhenxu94 @hanahmily @dashanji ### Use case _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
