runtime-parameters.yaml 546 B

12345678910111213141516171819202122232425262728
  1. drupalUsername: test_user
  2. drupalPassword: ComplicatedPassword123!4
  3. mariadb:
  4. auth:
  5. database: test_drupal_database
  6. username: test_drupal_username
  7. password: test_drupal_password
  8. containerPorts:
  9. http: 8081
  10. https: 8444
  11. service:
  12. type: LoadBalancer
  13. ports:
  14. http: 80
  15. https: 444
  16. podSecurityContext:
  17. enabled: true
  18. fsGroup: 1002
  19. containerSecurityContext:
  20. enabled: true
  21. runAsUser: 1002
  22. hostAliases:
  23. - ip: 127.0.0.1
  24. hostnames:
  25. - status.testhost
  26. serviceAccount:
  27. create: true
  28. automountServiceAccountToken: true