values.yaml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. app:
  2. name: shop-recycle-agent-pc-web
  3. replicaCount: 1
  4. image:
  5. repository: harbor.stardance/shoprecycle/shop-recycle-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.bak.com:8848
  32. service: shop-recycle-agent-pc-web
  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: shop-recycle-agent-pc-web
  52. consumer:
  53. registry:
  54. address: nacos://nacos.bak.com:8848
  55. timeout: 50000
  56. filter: tracing
  57. swagger:
  58. show: true
  59. is-reveal-error: true
  60. seata:
  61. enabled: true
  62. application-id: shop-recycle-agent-pc-web
  63. tx-service-group: my_test_tx_group
  64. config:
  65. type: nacos
  66. nacos:
  67. namespace: null
  68. serverAddr: nacos.bak.com:8848
  69. group: SEATA_GROUP
  70. userName: nacos
  71. password: nacos
  72. registry:
  73. type: nacos
  74. nacos:
  75. application: seata-server
  76. server-addr: nacos.bak.com:8848
  77. namespace: null
  78. userName: nacos
  79. password: nacos
  80. podAnnotations: {}
  81. securityContext: {}
  82. nodeSelector: {}
  83. tolerations: []
  84. affinity: {}