Skip to content

Commit

Permalink
Merge branch 'dev-aka-fix-apigw-kibana-err-msg' of https://github.com…
Browse files Browse the repository at this point in the history
…/SoftwareAG/webmethods-helm-charts into dev-aka-fix-apigw-kibana-err-msg and updating helm/README.me from values.yaml
  • Loading branch information
AronKa-SAG committed Mar 22, 2024
1 parent c21c655 commit 321f1e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apigateway/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ helm upgrade -i -f myvalues.yaml --set ingress.tls.key="$(<key.pem)" --set ingre
| kibana.image | string | `nil` | The image that should be used. By default ECK will use the official Elasticsearch images. Overwrite this to use an image from an internal registry or any custom images. Make sure that the image corresponds to the version field. |
| kibana.podSecurityContext | object | `{}` | The pod securityContext for kibana pod. |
| kibana.port | int | `5601` | The default Kibana Port |
| kibana.readinessProbe | object | `{}` | Configure Kibana's readinessProbe. |
| kibana.resources | object | `{}` | Resource Settings for Kibana Example: limits: cpu: 100m memory: 128Mi requests: cpu: 100m memory: 128Mi |
| kibana.secretName | string | `""` | The secret name that holds the kibana user for API Gateway. |
| kibana.securityContext | object | `{}` | The securityContext for kibana container. |
Expand Down

0 comments on commit 321f1e0

Please sign in to comment.