runtime-parameters.yaml 361 B

12345678910111213141516171819202122
  1. podSecurityContext:
  2. enabled: true
  3. fsGroup: 1002
  4. containerSecurityContext:
  5. enabled: true
  6. runAsUser: 1002
  7. usePassword: true
  8. password: ComplicatedPassword123!4
  9. service:
  10. ports:
  11. redis: 80
  12. type: LoadBalancer
  13. persistence:
  14. path: /bitnami/redis/data
  15. redis:
  16. containerPorts:
  17. redis: 6380
  18. bus: 16380
  19. cluster:
  20. init: true
  21. nodes: 9
  22. replicas: 2