runtime-parameters.yaml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. auth:
  2. password: ComplicatedPassword123!4
  3. overrideConfiguration:
  4. logging:
  5. colored_console_log: 'True'
  6. loadExamples: false
  7. defaultInitContainers:
  8. prepareConfig:
  9. containerSecurityContext:
  10. runAsUser: 1002
  11. waitForDBMigrations:
  12. containerSecurityContext:
  13. runAsUser: 1002
  14. loadDAGsPlugins:
  15. containerSecurityContext:
  16. runAsUser: 1002
  17. defaultSidecars:
  18. syncDAGsPlugins:
  19. containerSecurityContext:
  20. runAsUser: 1002
  21. scheduler:
  22. podSecurityContext:
  23. fsGroup: 1002
  24. containerSecurityContext:
  25. runAsUser: 1002
  26. livenessProbe:
  27. periodSeconds: 30
  28. timeoutSeconds: 20
  29. readinessProbe:
  30. periodSeconds: 30
  31. timeoutSeconds: 20
  32. web:
  33. baseUrl: 'http://vmware-airflow.my'
  34. extraConfiguration: |
  35. # Theme CONFIG
  36. APP_THEME = "amelia.css"
  37. containerPorts:
  38. http: 8080
  39. podSecurityContext:
  40. fsGroup: 1002
  41. containerSecurityContext:
  42. runAsUser: 1002
  43. # Give some extra time for the service to start
  44. startupProbe:
  45. enabled: true
  46. failureThreshold: 60
  47. periodSeconds: 10
  48. resourcesPreset: large
  49. worker:
  50. podSecurityContext:
  51. fsGroup: 1002
  52. containerSecurityContext:
  53. runAsUser: 1002
  54. service:
  55. ports:
  56. http: 80
  57. type: LoadBalancer
  58. dagProcessor:
  59. enabled: true
  60. podSecurityContext:
  61. fsGroup: 1002
  62. containerSecurityContext:
  63. runAsUser: 1002
  64. livenessProbe:
  65. periodSeconds: 30
  66. timeoutSeconds: 20
  67. readinessProbe:
  68. periodSeconds: 30
  69. timeoutSeconds: 20
  70. triggerer:
  71. enabled: true
  72. podSecurityContext:
  73. fsGroup: 1002
  74. containerSecurityContext:
  75. runAsUser: 1002
  76. livenessProbe:
  77. periodSeconds: 30
  78. timeoutSeconds: 20
  79. readinessProbe:
  80. periodSeconds: 30
  81. timeoutSeconds: 20
  82. dags:
  83. enabled: true
  84. repositories:
  85. - repository: https://github.com/astronomer/2-10-example-dags
  86. branch: main
  87. name: UI
  88. path: dags/UI
  89. metrics:
  90. enabled: true
  91. service:
  92. ports:
  93. ingest: 9125
  94. metrics: 9102
  95. postgresql:
  96. primary:
  97. resourcesPreset: "micro"