You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<1> Address of the OpenSearch Service deployed by the operator;
67
-
This address must be adapted according to your deployment.
71
+
<1> The address of the OpenSearch cluster is provided in `extraEnvs` in the `OPENSEARCH_HOSTS` variable.
68
72
<2> Use the OCI image provided by the Stackable Data Platform
69
73
<3> If running on OpenShift, use the ServiceAccount of OpenSearch because its permissions are already configured to work on OpenShift.
70
74
This ServiceAccount name must probably adapted according to your deployment.
@@ -75,10 +79,12 @@ podSecurityContext:
75
79
<8> OpenSearch Dashboards verifies the certificate of OpenSearch. This is disabled by default.
76
80
<9> The CA certificate which is used to verify the OpenSearch certificate
77
81
<10> Ensure that cookies are not sent via an insecure connection.
78
-
<11> The password for the `kibanaserver` user
79
-
<12> This example uses the secret operator to provide a TLS certificate.
80
-
<13> The Helm chart only adds a volume mount at `/usr/share/opensearch-dashboards/config`, but in the image provided by Stackable, OpenSearch Dashboards is located in `/stackable/opensearch-dashboards`.
81
-
<14> Mount the volumes with the `stackable` group so that the files are accessible by OpenSearch Dashboards.
82
+
<11> Address of the OpenSearch Service taken from the xref:opensearch:reference/discovery.adoc[discovery ConfigMap]
83
+
The name of the discovery ConfigMap corresponds to the name of the OpenSearch cluster and must be adapted according to your deployment.
84
+
<12> The password for the `kibanaserver` user
85
+
<13> This example uses the secret operator to provide a TLS certificate.
86
+
<14> The Helm chart only adds a volume mount at `/usr/share/opensearch-dashboards/config`, but in the image provided by Stackable, OpenSearch Dashboards is located in `/stackable/opensearch-dashboards`.
87
+
<15> Mount the volumes with the `stackable` group so that the files are accessible by OpenSearch Dashboards.
82
88
83
89
After the values are adjusted according to your deployment, especially `opensearchHosts` and `serviceAccount.name`, you can deploy the Helm chart as follows:
0 commit comments