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 897e694 commit b4d0bca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apigateway/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,10 @@ helm upgrade -i -f myvalues.yaml --set ingress.tls.key="$(<key.pem)" --set ingre
| kibana.extraInitContainers | list | `[]` | The definition of extra initContainers for kibana. |
| kibana.extraLabels | object | `{}` | Additional labels to be added to kibana pod labels. |
| 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.livenessProbe | object | `{}` | Configure Kibana's livenessProbe. |
| 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.readinessProbe | object | `{"failureThreshold":3,"httpGet":{"path":"/status","port":5601,"scheme":"HTTP"},"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1}` | 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 b4d0bca

Please sign in to comment.