Growthbook(k8s) mssql server connection
What he did: in the helm chart https://github.com/lucasmellos/growthbook there was an attempt to connect to the external database (ms sql) through ExternalSecrets(not fast), and further editing the configuration values.yaml# MSSQL database configs for Growthbook
The database:
Example for mssql
Type of: mssql
driver: com.microsoft.sqlserver.jdbc.SQLServerDriver
URL: "jdbc:sqlserver://test:1433;databaseName=db_new;sendStringParametersAsUnicode=false;selectMethod=cursor"
Username : User
password: 010203 we get the following error: growthbook-chart % helm install growthbook-app.Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: error validating "": error validating data: [apiVersion not set, kind not set] in deployment.yaml commented# - name: MSSQL_URI
by valuefrom:
The SecretKeyRef:
# name: {{ .Values.mssql.secretName }}
# key: {{ .Values.mssql.secretKeyName }}
The ports:
# {{- range .Values.service.ports }}
Name: HTTPand the
The container port:
The Protocol: TCP
by the end
-
2762 47 0 Hello to you!
With regard to your request to connect to the already existing external MSSQL database, I can offer several options to implement this task, depending on your infrastructure and needs. I can help with creating configuration files that will allow your helm chart to connect to an external database.
For a more detailed review, write in private messages.
With respect,
Welcome to
Current freelance projects in the category DevOps
Setting up a backup system and optimizing server infrastructureObjective of the work: Ensure reliable data storage for the CRM system and application by implementing an automated backup system, as well as carry out a series of server improvements to enhance the stability, security, and performance of the infrastructure. DevOps, Databases & SQL ∙ 7 days 22 hours back ∙ 27 proposals |