runtime-parameters.yaml 440 B

123456789101112131415161718192021222324
  1. mode: standalone
  2. auth:
  3. rootUser: test_admin
  4. rootPassword: ComplicatedPassword123!4
  5. containerPorts:
  6. api: 9000
  7. console: 9003
  8. podSecurityContext:
  9. enabled: true
  10. fsGroup: 1002
  11. containerSecurityContext:
  12. enabled: true
  13. runAsUser: 1002
  14. service:
  15. type: LoadBalancer
  16. ports:
  17. api: 9002
  18. console: 80
  19. persistence:
  20. enabled: true
  21. mountPath: /bitnami/minio/data
  22. serviceAccount:
  23. create: true
  24. automountServiceAccountToken: true