runtime-parameters.yaml 379 B

1234567891011121314151617181920212223
  1. hostAliases:
  2. - ip: 127.0.0.1
  3. hostnames:
  4. - status.testhost
  5. containerSecurityContext:
  6. enabled: true
  7. runAsUser: 1002
  8. podSecurityContext:
  9. fsGroup: 1002
  10. enabled: true
  11. service:
  12. type: LoadBalancer
  13. ports:
  14. http: 80
  15. https: 444
  16. db:
  17. host: mariadb
  18. allowArbitraryServer: true
  19. port: 3306
  20. bundleTestDB: true
  21. mariadb:
  22. auth:
  23. rootPassword: rootPassword