values.yaml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. app:
  2. name: shop-recycle-store-pc-web
  3. replicaCount: 1
  4. image:
  5. repository: harbor.stardance/shoprecycle/shop-store-pc-web
  6. tag: v2.0.0
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 1222
  11. targetPort: 1222
  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: 1222
  23. servlet:
  24. context-path: /store/pc
  25. spring:
  26. application:
  27. name: shop-recycle-store-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-store-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. data:
  52. mongodb:
  53. database: recycle
  54. host: mg.bak.com
  55. port: 27017
  56. dubbo:
  57. application:
  58. name: shop-recycle-store-pc-web
  59. consumer:
  60. registry:
  61. address: nacos://nacos.bak.com:8848
  62. timeout: 50000
  63. filter: tracing
  64. swagger:
  65. show: true
  66. is-reveal-error: false
  67. creditValid:
  68. AppKey: 203942948
  69. AppSecret: BSEE6JtH8sFyyCuZ9ppd38yU3Qob4p9H
  70. AppCode: 4135237bf7644c2596d78cfdf00aa767
  71. url: http://dm-58.data.aliyun.com/rest/160601/ocr/ocr_business_license.json
  72. seata:
  73. enabled: true
  74. application-id: shop-recycle-store-wechat-web
  75. tx-service-group: my_test_tx_group
  76. config:
  77. type: nacos
  78. nacos:
  79. namespace: null
  80. serverAddr: nacos.bak.com:8848
  81. group: SEATA_GROUP
  82. userName: nacos
  83. password: nacos
  84. registry:
  85. type: nacos
  86. nacos:
  87. application: seata-server
  88. server-addr: nacos.bak.com:8848
  89. namespace: null
  90. userName: nacos
  91. password: nacos
  92. appleId:
  93. key: 2844f00036e108ccab89f681a528dfdf
  94. url: http://api.3023data.com/apple/activationlock?sn=
  95. googleCommandEnable: open
  96. podAnnotations: {}
  97. securityContext: {}
  98. nodeSelector: {}
  99. tolerations: []
  100. affinity: {}