runtime-parameters.yaml 406 B

123456789101112131415161718192021
  1. moodleUsername: test_user
  2. moodlePassword: ComplicatedPassword123!4
  3. service:
  4. type: LoadBalancer
  5. ports:
  6. http: 80
  7. https: 444
  8. mariadb:
  9. auth:
  10. database: test_moodle_database
  11. username: test_moodle_user
  12. password: test_moodle_password
  13. podSecurityContext:
  14. enabled: true
  15. fsGroup: 1002
  16. containerSecurityContext:
  17. enabled: true
  18. runAsUser: 1002
  19. containerPorts:
  20. http: 8081
  21. https: 8444