Skip to content

Commit

Permalink
Merge branch 'dev-aka-kibana-tls-to-es' of https://github.com/Softwar…
Browse files Browse the repository at this point in the history
…eAG/webmethods-helm-charts into dev-aka-kibana-tls-to-es and updating helm/README.me from values.yaml
  • Loading branch information
AronKa-SAG committed Mar 21, 2024
1 parent 19ac0e3 commit 6a1fe10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apigateway/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,11 +311,11 @@ helm upgrade -i -f myvalues.yaml --set ingress.tls.key="$(<key.pem)" --set ingre
| kibana.serviceAccount.create | bool | `false` | Whether to create a ServiceAccount for Kibana |
| kibana.serviceAccount.name | string | `""` | Name of the ServiceAccount for Kibana |
| kibana.serviceAccount.roleName | string | `""` | Name of the ServiceAccount Role used by the Kibana ServiceAccount. Requires create=true to work. |
| kibana.tls | object | `{"enabled":false,"secretName":"","trustStoreName":"","truststorePasswordSecret":"dataport-truststore-p12-password","verificationMode":"certificate"}` | Enable and configure tls connection from Kibana to Elasticsearch. |
| kibana.tls | object | `{"enabled":false,"secretName":"","trustStoreName":"","truststorePasswordSecret":"","verificationMode":"certificate"}` | Enable and configure tls connection from Kibana to Elasticsearch. |
| kibana.tls.enabled | bool | `false` | Whether to enable tls connection from Kibana to Elasticsearch. |
| kibana.tls.secretName | string | `""` | Name of the k8s secret holding the p12 truststore for Kibana |
| kibana.tls.trustStoreName | string | `""` | File name of the p12 truststore for Kibana |
| kibana.tls.truststorePasswordSecret | string | `"dataport-truststore-p12-password"` | Name of the k8s secret containing the password for above p12 truststore in key 'password' |
| kibana.tls.truststorePasswordSecret | string | `""` | Name of the k8s secret containing the password for above p12 truststore in key 'password' |
| kibana.tls.verificationMode | string | `"certificate"` | TLS verification mode. Either 'none', 'certificate' or 'full'. Full includes hostname verification (service name must be in alt dns for it to work). |
| kibana.version | string | `"8.2.3"` | The ECK version to be used |
| license | string | `""` | Import the content as license key and create a ConfigMap named by `licenseConfigMap` value. You can copy/past the content of your provided license key file here. |
Expand Down

0 comments on commit 6a1fe10

Please sign in to comment.