values.yaml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. app:
  2. name: shop-recycle-erp-pc-web
  3. replicaCount: 1
  4. image:
  5. repository: harbor.stardance/shoprecycle/shop-recycle-erp-pc-web
  6. tag: v2.0.0
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 1228
  11. targetPort: 1228
  12. resources:
  13. requests:
  14. cpu: 250m
  15. memory: 256Mi
  16. limits:
  17. cpu: 500m
  18. memory: 512Mi
  19. config:
  20. yml:
  21. server:
  22. port: 1228
  23. servlet:
  24. context-path: /erp/pc
  25. spring:
  26. application:
  27. name: shop-recycle-erp-pc-web
  28. main:
  29. allow-bean-definition-overriding: true
  30. cloud:
  31. nacos:
  32. discovery:
  33. server-addr: nacos.bak.com:8848
  34. service: shop-recycle-erp-pc-web
  35. weight: 1
  36. redis:
  37. sentinel:
  38. master: mymaster
  39. nodes:
  40. - redis.jxfx1.com:27000
  41. - redis.jxfx2.com:27000
  42. - redis.jxfx3.com:27000
  43. password: 3sm_redis
  44. database: 15
  45. rabbitmq:
  46. host: mq.bak.com
  47. port: 5672
  48. username: guest
  49. password: guest
  50. virtualHost: shop-recycle-msg
  51. dubbo:
  52. application:
  53. name: shop-recycle-erp-pc-web
  54. consumer:
  55. registry:
  56. address: nacos://nacos.bak.com:8848
  57. timeout: 50000
  58. filter: tracing
  59. swagger:
  60. show: true
  61. is-reveal-error: false
  62. seata:
  63. enabled: true
  64. application-id: shop-recycle-store-wechat-web
  65. tx-service-group: my_test_tx_group
  66. config:
  67. type: nacos
  68. nacos:
  69. namespace: null
  70. serverAddr: nacos.bak.com:8848
  71. group: SEATA_GROUP
  72. userName: nacos
  73. password: nacos
  74. registry:
  75. type: nacos
  76. nacos:
  77. application: seata-server
  78. server-addr: nacos.bak.com:8848
  79. namespace: null
  80. userName: nacos
  81. password: nacos
  82. podAnnotations: {}
  83. securityContext: {}
  84. nodeSelector: {}
  85. tolerations: []
  86. affinity: {}