values.yaml 2.7 KB

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