values.yaml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. app:
  2. name: shop-recycle-pis
  3. replicaCount: 1
  4. image:
  5. repository: harbor.stardance/shoprecycle/shop-pis
  6. tag: v2.0.0
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 1209
  11. targetPort: 1209
  12. dubbo_port: 2025
  13. resources:
  14. requests:
  15. cpu: 250m
  16. memory: 256Mi
  17. limits:
  18. cpu: 500m
  19. memory: 512Mi
  20. config:
  21. yml:
  22. server:
  23. port: 1209
  24. logging:
  25. level:
  26. org.springframework: INFO
  27. com.ssm: DEBUG
  28. spring:
  29. application:
  30. name: shop-recycle-pis-service
  31. redis:
  32. sentinel:
  33. master: mymaster
  34. nodes:
  35. - redis.jxfx1.com:27000
  36. - redis.jxfx2.com:27000
  37. - redis.jxfx3.com:27000
  38. password: 3sm_redis
  39. database: 15
  40. datasource:
  41. type: com.zaxxer.hikari.HikariDataSource
  42. driver-class-name: com.mysql.cj.jdbc.Driver
  43. url: jdbc:mysql://rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306/shop_recycle_pis?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true
  44. username: root
  45. password: Fxjxtdacf8f_a3d_202600104d6c_41
  46. hikari:
  47. connection-timeout: 30000
  48. maximum-pool-size: 10
  49. minimum-idle: 1
  50. main:
  51. allow-bean-definition-overriding: true
  52. cloud:
  53. nacos:
  54. discovery:
  55. server-addr: nacos.bak.com:8848
  56. service: shop-recycle-pis-service
  57. weight: 1
  58. dubbo:
  59. application:
  60. name: shop-recycle-pis-service
  61. provider:
  62. registry:
  63. address: nacos://nacos.bak.com:8848
  64. filter: tracing
  65. consumer:
  66. filter: tracing
  67. protocol:
  68. name: dubbo
  69. port: 2025
  70. mybatis-plus:
  71. mapper-locations: classpath:/mapper/*Mapper.xml
  72. global-config:
  73. id-type: 0
  74. field-strategy: 0
  75. db-column-underline: true
  76. logic-delete-value: 1
  77. logic-not-delete-value: 0
  78. configuration:
  79. map-underscore-to-camel-case: true
  80. cache-enabled: false
  81. jdbc-type-for-null: null
  82. swagger:
  83. show: true
  84. seata:
  85. enabled: true
  86. application-id: shop-recycle-pis-service
  87. tx-service-group: my_test_tx_group
  88. config:
  89. type: nacos
  90. nacos:
  91. namespace: null
  92. serverAddr: nacos.bak.com:8848
  93. group: SEATA_GROUP
  94. userName: nacos
  95. password: nacos
  96. registry:
  97. type: nacos
  98. nacos:
  99. application: seata-server
  100. server-addr: nacos.bak.com:8848
  101. namespace: null
  102. userName: nacos
  103. password: nacos
  104. podAnnotations: {}
  105. securityContext: {}
  106. nodeSelector: {}
  107. tolerations: []
  108. affinity: {}