Files
charts/.vib/kibana/runtime-parameters.yaml
T
Javier J. Salmerón-GarcíaandGitHub 9704f23438 [bitnami/kibana] fix: 🔒 Move service-account token auto-mount to pod declaration (#22418)
* [bitnami/kibana] fix: 🔒 Move service-account token auto-mount to pod declaration

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

* test:  Update goss test to reflect new value

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

---------

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
Signed-off-by: Javier J. Salmerón-García <jsalmeron@vmware.com>
2024-01-22 14:25:10 +01:00

29 lines
514 B
YAML

containerPorts:
http: 5602
podSecurityContext:
enabled: true
fsGroup: 1002
containerSecurityContext:
enabled: true
runAsUser: 1002
extraConfiguration:
"csp.strict": false
service:
ports:
http: 80
type: LoadBalancer
elasticsearch:
hosts:
- localhost
port: 9200
sidecars:
- name: elasticsearch
image: bitnami/elasticsearch:latest
imagePullPolicy: IfNotPresent
ports:
- name: http
containerPort: 9200
serviceAccount:
create: true
automountServiceAccountToken: true