values.yaml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. app:
  2. name: shop-recycle-customer-wechat-web
  3. replicaCount: 1
  4. image:
  5. repository: harbor.stardance/shoprecycle/shop-customer-wechat-web
  6. tag: v2.0.0
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 1227
  11. targetPort: 1227
  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: 1227
  23. servlet:
  24. context-path: /customer/wechat
  25. spring:
  26. application:
  27. name: shop-recycle-customer-web
  28. main:
  29. allow-bean-definition-overriding: true
  30. cloud:
  31. nacos:
  32. discovery:
  33. server-addr: ${nacos.service-address}:${nacos.port}
  34. service: ${spring.application.name}
  35. weight: 1
  36. redis:
  37. sentinel:
  38. master: mymaster
  39. nodes:
  40. - redis.jxfx1.com:27000
  41. - redis.jxfx2.com:27000
  42. - redisjxfx3.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: ${spring.application.name}
  54. consumer:
  55. registry:
  56. address: nacos://${nacos.service-address}:${nacos.port}
  57. timeout: 50000
  58. filter: tracing
  59. nacos:
  60. service-address: nacos.bak.com
  61. port: 8848
  62. swagger:
  63. show: true
  64. is-reveal-error: false
  65. seata:
  66. enabled: true
  67. application-id: shop-recycle-store-wechat-web
  68. tx-service-group: my_test_tx_group
  69. config:
  70. type: nacos
  71. nacos:
  72. namespace: null
  73. serverAddr: nacos.bak.com:8848
  74. group: SEATA_GROUP
  75. userName: nacos
  76. password: nacos
  77. registry:
  78. type: nacos
  79. nacos:
  80. application: seata-server
  81. server-addr: nacos.bak.com:8848
  82. namespace: null
  83. userName: nacos
  84. password: nacos
  85. podAnnotations: {}
  86. securityContext: {}
  87. nodeSelector: {}
  88. tolerations: []
  89. affinity: {}