runtime-parameters.yaml 849 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. server:
  2. host: parse.local
  3. appId: testApp
  4. masterKey: M4ster#K3y
  5. automountServiceAccountToken: true
  6. service:
  7. type: LoadBalancer
  8. ports:
  9. http: 80
  10. containerPorts:
  11. http: 1338
  12. podSecurityContext:
  13. enabled: true
  14. fsGroup: 1002
  15. containerSecurityContext:
  16. enabled: true
  17. runAsUser: 1002
  18. dashboard:
  19. enabled: true
  20. automountServiceAccountToken: true
  21. containerPorts:
  22. http: 4040
  23. podSecurityContext:
  24. enabled: true
  25. fsGroup: 1002
  26. containerSecurityContext:
  27. enabled: true
  28. runAsUser: 1002
  29. username: parseUser
  30. password: ComplicatedPassword123!4
  31. appName: ChickenGame
  32. service:
  33. type: LoadBalancer
  34. ports:
  35. http: 80
  36. serviceAccount:
  37. create: true
  38. mongodb:
  39. enabled: true
  40. auth:
  41. enabled: true
  42. username: bn_test_parse
  43. password: M0ngoP4ss
  44. database: bitnami_parse