values.yaml 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  1. cloneBackendFromGit:
  2. ## @param cloneStaticSiteFromGit.enabled Get the server static content from a Git repository
  3. ##
  4. enabled: true
  5. ## Bitnami Git image version
  6. ## ref: https://hub.docker.com/r/bitnami/git/tags/
  7. ## @param cloneStaticSiteFromGit.image.registry Git image registry
  8. ## @param cloneStaticSiteFromGit.image.repository Git image repository
  9. ## @param cloneStaticSiteFromGit.image.tag Git image tag (immutable tags are recommended)
  10. ## @param cloneStaticSiteFromGit.image.digest Git image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
  11. ## @param cloneStaticSiteFromGit.image.pullPolicy Git image pull policy
  12. ## @param cloneStaticSiteFromGit.image.pullSecrets Specify docker-registry secret names as an array
  13. ##
  14. image:
  15. registry: docker.io
  16. repository: bitnami/git
  17. tag: 2.37.3-debian-11-r0
  18. digest: ""
  19. ## Specify a imagePullPolicy
  20. ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
  21. ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
  22. ##
  23. pullPolicy: IfNotPresent
  24. ## Optionally specify an array of imagePullSecrets.
  25. ## Secrets must be manually created in the namespace.
  26. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
  27. ## e.g:
  28. ## pullSecrets:
  29. ## - myRegistryKeySecretName
  30. ##
  31. pullSecrets:
  32. - git-credentials
  33. ## @param cloneStaticSiteFromGit.repository Git Repository to clone static content from
  34. ##
  35. repository: "http://gogsb.soaringnova.com/sxwl_DL/datax-admin.git"
  36. ## @param cloneStaticSiteFromGit.branch Git branch to checkout
  37. ##
  38. branch: "integration-dev"
  39. ## @param cloneStaticSiteFromGit.interval Interval for sidecar container pull from the Git repository
  40. ##
  41. interval: 10
  42. ## Additional configuration for git-clone-repository initContainer
  43. ##
  44. gitClone:
  45. ## @param cloneStaticSiteFromGit.gitClone.command Override default container command for git-clone-repository
  46. ##
  47. command: []
  48. ## @param cloneStaticSiteFromGit.gitClone.args Override default container args for git-clone-repository
  49. ##
  50. args: []
  51. ## Additional configuration for the git-repo-syncer container
  52. ##
  53. gitSync:
  54. ## @param cloneStaticSiteFromGit.gitSync.command Override default container command for git-repo-syncer
  55. ##
  56. command: []
  57. ## @param cloneStaticSiteFromGit.gitSync.args Override default container args for git-repo-syncer
  58. ##
  59. args: []
  60. ## @param cloneStaticSiteFromGit.extraEnvVars Additional environment variables to set for the in the containers that clone static site from git
  61. ## E.g:
  62. ## extraEnvVars:
  63. ## - name: FOO
  64. ## value: BAR
  65. ##
  66. extraEnvVars: []
  67. ## @param cloneStaticSiteFromGit.extraVolumeMounts Add extra volume mounts for the Git containers
  68. ## Useful to mount keys to connect through ssh. (normally used with extraVolumes)
  69. ## E.g:
  70. ## extraVolumeMounts:
  71. ## - name: ssh-dir
  72. ## mountPath: /root/.ssh/
  73. ##
  74. extraVolumeMounts: []
  75. ## @param serverBlock Custom server block to be added to NGINX configuration
  76. ## PHP-FPM example server block:
  77. backend:
  78. image:
  79. repository: registry.cn-hangzhou.aliyuncs.com/sxtest/datax-admin
  80. pullPolicy: Always
  81. # Overrides the image tag whose default is the chart appVersion.
  82. tag: "idctest"
  83. appEnv: idctest
  84. imagePullSecrets: []
  85. nameOverride: ""
  86. fullnameOverride: ""
  87. podAnnotations: {}
  88. podSecurityContext: {}
  89. # fsGroup: 2000
  90. nodeSelector:
  91. aihub-dag: aihub-dag
  92. service:
  93. port: 8080
  94. hostAliases:
  95. # - ip: "10.150.4.25"
  96. # hostnames:
  97. # - "YILIGKS01"
  98. - ip: "10.150.4.47"
  99. hostnames:
  100. - "cdhprodcm01.yili.com"
  101. - ip: "10.150.4.48"
  102. hostnames:
  103. - "cdhprodcm02.yili.com"
  104. - ip: "10.150.4.49"
  105. hostnames:
  106. - "cdhprodcm03.yili.com"
  107. - ip: "10.150.5.10"
  108. hostnames:
  109. - "cdhproddn01.yili.com"
  110. - ip: "10.150.5.11"
  111. hostnames:
  112. - "cdhproddn02.yili.com"
  113. - ip: "10.150.5.12"
  114. hostnames:
  115. - "cdhproddn03.yili.com"
  116. - ip: "10.150.5.13"
  117. hostnames:
  118. - "cdhproddn04.yili.com"
  119. - ip: "10.150.5.14"
  120. hostnames:
  121. - "cdhproddn05.yili.com"
  122. - ip: "10.150.5.15"
  123. hostnames:
  124. - "cdhproddn06.yili.com"
  125. - ip: "10.150.5.16"
  126. hostnames:
  127. - "cdhproddn07.yili.com"
  128. - ip: "10.150.5.17"
  129. hostnames:
  130. - "cdhproddn08.yili.com"
  131. - ip: "10.150.5.18"
  132. hostnames:
  133. - "cdhproddn09.yili.com"
  134. - ip: "10.150.5.19"
  135. hostnames:
  136. - "cdhproddn10.yili.com"
  137. - ip: "10.150.5.20"
  138. hostnames:
  139. - "cdhproddn11.yili.com"
  140. - ip: "10.150.5.21"
  141. hostnames:
  142. - "cdhproddn12.yili.com"
  143. - ip: "10.150.5.22"
  144. hostnames:
  145. - "cdhproddn13.yili.com"
  146. - ip: "10.150.5.23"
  147. hostnames:
  148. - "cdhproddn14.yili.com"
  149. - ip: "10.150.5.24"
  150. hostnames:
  151. - "cdhproddn15.yili.com"
  152. - ip: "10.150.5.25"
  153. hostnames:
  154. - "cdhproddn16.yili.com"
  155. - ip: "10.150.5.26"
  156. hostnames:
  157. - "cdhproddn17.yili.com"
  158. - ip: "10.150.5.27"
  159. hostnames:
  160. - "cdhproddn18.yili.com"
  161. - ip: "10.150.5.28"
  162. hostnames:
  163. - "cdhproddn19.yili.com"
  164. - ip: "10.150.5.29"
  165. hostnames:
  166. - "cdhproddn20.yili.com"
  167. - ip: "10.150.5.30"
  168. hostnames:
  169. - "cdhproddn21.yili.com"
  170. - ip: "10.150.5.31"
  171. hostnames:
  172. - "cdhproddn22.yili.com"
  173. - ip: "10.150.5.32"
  174. hostnames:
  175. - "cdhproddn23.yili.com"
  176. - ip: "10.150.5.33"
  177. hostnames:
  178. - "cdhproddn24.yili.com"
  179. - ip: "10.150.5.34"
  180. hostnames:
  181. - "cdhproddn25.yili.com"
  182. - ip: "10.150.5.35"
  183. hostnames:
  184. - "cdhproddn26.yili.com"
  185. - ip: "10.150.5.36"
  186. hostnames:
  187. - "cdhproddn27.yili.com"
  188. - ip: "10.150.5.37"
  189. hostnames:
  190. - "cdhproddn28.yili.com"
  191. - ip: "10.150.5.38"
  192. hostnames:
  193. - "cdhproddn29.yili.com"
  194. - ip: "10.150.5.39"
  195. hostnames:
  196. - "cdhproddn30.yili.com"
  197. - ip: "10.150.5.40"
  198. hostnames:
  199. - "cdhproddn31.yili.com"
  200. - ip: "10.150.5.41"
  201. hostnames:
  202. - "cdhproddn32.yili.com"
  203. - ip: "10.150.5.42"
  204. hostnames:
  205. - "cdhproddn33.yili.com"
  206. - ip: "10.150.5.43"
  207. hostnames:
  208. - "cdhproddn34.yili.com"
  209. - ip: "10.150.5.44"
  210. hostnames:
  211. - "cdhproddn35.yili.com"
  212. - ip: "10.150.5.45"
  213. hostnames:
  214. - "cdhproddn36.yili.com"
  215. - ip: "10.150.5.46"
  216. hostnames:
  217. - "cdhproddn37.yili.com"
  218. - ip: "10.150.5.47"
  219. hostnames:
  220. - "cdhproddn38.yili.com"
  221. - ip: "10.150.5.48"
  222. hostnames:
  223. - "cdhproddn39.yili.com"
  224. - ip: "10.150.5.49"
  225. hostnames:
  226. - "cdhproddn40.yili.com"
  227. - ip: "10.150.5.50"
  228. hostnames:
  229. - "cdhproddn41.yili.com"
  230. - ip: "10.150.5.51"
  231. hostnames:
  232. - "cdhproddn42.yili.com"
  233. - ip: "10.150.4.50"
  234. hostnames:
  235. - "cdhprodnm01.yili.com"
  236. - ip: "10.150.4.51"
  237. hostnames:
  238. - "cdhprodnm02.yili.com"
  239. - ip: "10.150.4.26"
  240. hostnames:
  241. - "etlds1.yili.com"
  242. - ip: "10.150.4.27"
  243. hostnames:
  244. - "etlds2.yili.com"
  245. - ip: "10.150.4.28"
  246. hostnames:
  247. - "etlds3.yili.com"
  248. - ip: "10.150.4.29"
  249. hostnames:
  250. - "etlds4.yili.com"
  251. resources: {}
  252. # limits:
  253. # cpu: 100m
  254. # memory: 128Mi
  255. # requests:
  256. # cpu: 100m
  257. # memory: 128Mi
  258. backendaf:
  259. image:
  260. repository: registry.cn-hangzhou.aliyuncs.com/sxtest/datax-admin
  261. pullPolicy: Always
  262. # Overrides the image tag whose default is the chart appVersion.
  263. tag: "idctest"
  264. appEnv: idctest
  265. imagePullSecrets: []
  266. nameOverride: ""
  267. fullnameOverride: ""
  268. podAnnotations: {}
  269. service:
  270. port: 8080
  271. resources: {}
  272. nodeSelector:
  273. aihub-dag: aihub-dag
  274. # limits:
  275. # cpu: 100m
  276. # memory: 128Mi
  277. # requests:
  278. # cpu: 100m
  279. # memory: 128Mi
  280. ingress:
  281. backend:
  282. annotations:
  283. kubernetes.io/ingress.class: public
  284. hosts:
  285. - host: aihub-dag-web-idctest.digitalyili.com
  286. paths:
  287. - path: /jpt