values.yaml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. app:
  2. name: shop-recycle-async-web
  3. replicaCount: 1
  4. image:
  5. repository: harbor.stardance/shoprecycle/shop-recycle-async-web
  6. tag: v2.0.0
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 1239
  11. targetPort: 1239
  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: 1239
  23. servlet:
  24. context-path: /async
  25. logging:
  26. level:
  27. org.springframework: INFO
  28. com.ssm: DEBUG
  29. spring:
  30. application:
  31. name: shop-recycle-async-web
  32. redis:
  33. sentinel:
  34. master: mymaster
  35. nodes:
  36. - redis.jxfx1.com:27000
  37. - redis.jxfx2.com:27000
  38. - redis.jxfx3.com:27000
  39. password: 3sm_redis
  40. database: 15
  41. main:
  42. allow-bean-definition-overriding: true
  43. cloud:
  44. nacos:
  45. discovery:
  46. server-addr: nacos.bak.com:8848
  47. service: shop-recycle-async-web
  48. weight: 1
  49. rabbitmq:
  50. host: mq.bak.com
  51. port: 5672
  52. username: guest
  53. password: guest
  54. virtualHost: shop-recycle-msg
  55. data:
  56. mongodb:
  57. database: recycle
  58. host: mg.bak.com
  59. port: 27017
  60. dubbo:
  61. application:
  62. name: shop-recycle-async-web
  63. consumer:
  64. registry:
  65. address: nacos://nacos.bak.com:8848
  66. timeout: 5000
  67. swagger:
  68. show: true
  69. is-reveal-error: true
  70. seata:
  71. enabled: true
  72. application-id: shop-recycle-async-web
  73. tx-service-group: my_test_tx_group
  74. config:
  75. type: nacos
  76. nacos:
  77. namespace: null
  78. serverAddr: nacos.bak.com:8848
  79. group: SEATA_GROUP
  80. userName: nacos
  81. password: nacos
  82. registry:
  83. type: nacos
  84. nacos:
  85. application: seata-server
  86. server-addr: nacos.bak.com:8848
  87. namespace: null
  88. userName: nacos
  89. password: nacos
  90. ai:
  91. doubao-agent-qps-limit: 20
  92. doubao-agent-semaphore-timeout: 5
  93. doubao-agent-semaphore-overTime: 60
  94. podAnnotations: {}
  95. securityContext: {}
  96. nodeSelector: {}
  97. tolerations: []
  98. affinity: {}