runtime-parameters.yaml 538 B

1234567891011121314151617181920212223242526272829
  1. containerPorts:
  2. http: 5602
  3. podSecurityContext:
  4. enabled: true
  5. fsGroup: 1002
  6. containerSecurityContext:
  7. enabled: true
  8. runAsUser: 1002
  9. resourcesPreset: medium
  10. extraConfiguration:
  11. "csp.strict": false
  12. service:
  13. ports:
  14. http: 80
  15. type: LoadBalancer
  16. elasticsearch:
  17. hosts:
  18. - localhost
  19. port: 9200
  20. sidecars:
  21. - name: elasticsearch
  22. image: bitnami/elasticsearch:latest
  23. imagePullPolicy: IfNotPresent
  24. ports:
  25. - name: http
  26. containerPort: 9200
  27. serviceAccount:
  28. create: true
  29. automountServiceAccountToken: true