Skip to content

Commit

Permalink
added extraVolumes and extraVolumeMounts to kibana and updating helm/…
Browse files Browse the repository at this point in the history
…README.me from values.yaml
  • Loading branch information
AronKa-SAG committed Jun 14, 2024
1 parent e7b0b47 commit acb6280
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apigateway/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,8 @@ Sub-folder `examples` contains some *values* examples for more use-cases. To use
| kibana.extraContainers | list | `[]` | The definition of extra containers for kibana. |
| kibana.extraInitContainers | list | `[]` | The definition of extra initContainers for kibana. |
| kibana.extraLabels | object | `{}` | Additional labels to be added to kibana pod labels. |
| kibana.extraVolumeMounts | list | `[]` | The definition of extra volumeMounts for kibana. |
| kibana.extraVolumes | list | `[]` | The definition of extra volumes for kibana. |
| 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. |
Expand Down

0 comments on commit acb6280

Please sign in to comment.