values.yaml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. app:
  2. name: shop-recycle-agent-pc-web
  3. replicaCount: 1
  4. image:
  5. repository: harbor.stardance/shoprecycle/shop-agent-pc-web
  6. tag: v2.0.0
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 1225
  11. targetPort: 1225
  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: 1225
  23. servlet:
  24. context-path: /agent/pc
  25. spring:
  26. application:
  27. name: shop-recycle-agent-pc-web
  28. cloud:
  29. nacos:
  30. discovery:
  31. server-addr: ${nacos.service-address}:${nacos.port}
  32. service: ${spring.application.name}
  33. weight: 1
  34. redis:
  35. sentinel:
  36. master: mymaster
  37. nodes:
  38. - redis.jxfx1.com:27000
  39. - redis.jxfx2.com:27000
  40. - redis.jxfx3.com:27000
  41. password: 3sm_redis
  42. database: 15
  43. rabbitmq:
  44. host: mq.bak.com
  45. port: 5672
  46. username: guest
  47. password: guest
  48. virtualHost: shop-recycle-msg
  49. dubbo:
  50. application:
  51. name: ${spring.application.name}
  52. consumer:
  53. registry:
  54. address: nacos://${nacos.service-address}:${nacos.port}
  55. timeout: 50000
  56. filter: tracing
  57. nacos:
  58. service-address: nacos.bak.com
  59. port: 8848
  60. swagger:
  61. show: true
  62. is-reveal-error: true
  63. seata:
  64. enabled: true
  65. application-id: ${spring.application.name}
  66. tx-service-group: my_test_tx_group
  67. config:
  68. type: nacos
  69. nacos:
  70. namespace: null
  71. serverAddr: nacos.bak.com:8848
  72. group: SEATA_GROUP
  73. userName: nacos
  74. password: nacos
  75. registry:
  76. type: nacos
  77. nacos:
  78. application: seata-server
  79. server-addr: nacos.bak.com:8848
  80. namespace: null
  81. userName: nacos
  82. password: nacos
  83. podAnnotations: {}
  84. securityContext: {}
  85. nodeSelector: {}
  86. tolerations: []
  87. affinity: {}