| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- app:
- name: shop-recycle-gateway-out-upgrade
- replicaCount: 1
- image:
- repository: harbor.stardance/shoprecycle/shop-recycle-gateway-out-upgrade
- tag: v2.0.0
- pullPolicy: IfNotPresent
- service:
- type: ClusterIP
- port: 1237
- targetPort: 1237
- resources:
- requests:
- cpu: 250m
- memory: 256Mi
- limits:
- cpu: 500m
- memory: 512Mi
- config:
- yml:
- server:
- port: 1237
- spring:
- application:
- name: shop-recycle-gateway-out-upgrade
- main:
- allow-bean-definition-overriding: true
- cloud:
- nacos:
- discovery:
- server-addr: nacos.bak.com:8848
- service: shop-recycle-gateway-out-upgrade
- weight: 1
- gateway:
- discovery:
- locator:
- lower-case-service-id: true
- routes:
- - id: 小程序-门店
- uri: lb://shop-recycle-store-wechat-web
- predicates:
- - Path=/cl-*/store/wechat/**
- - id: 小程序-商户
- uri: lb://shop-recycle-merchant-wechat-web
- predicates:
- - Path=/cl-*/merchant/wechat/**
- - id: 平台-pc
- uri: lb://shop-recycle-platform-pc-web
- predicates:
- - Path=/cl-*/data/**
- sentinel:
- transport:
- port: 8005
- dashboard: localhost:8091
- datasource:
- flow:
- nacos:
- server-addr: nacos.bak.com:8848
- data-id: gateway-sentinel-flow
- data-type: json
- rule-type: flow
- redis:
- sentinel:
- master: mymaster
- nodes:
- - redis.jxfx1.com:27000
- - redis.jxfx2.com:27000
- - redis.jxfx3.com:27000
- password: 3sm_redis
- database: 15
- datasource:
- type: com.zaxxer.hikari.HikariDataSource
- driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306/shop_recycle_store?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true
- username: root
- password: Fxjxtdacf8f_a3d_202600104d6c_41
- hikari:
- connection-timeout: 30000
- maximum-pool-size: 10
- minimum-idle: 1
- isFilter: false
- swagger.enable: false
- mybatis-plus:
- mapper-locations: classpath:/mapper/*Mapper.xml
- global-config:
- id-type: 0
- field-strategy: 0
- db-column-underline: true
- logic-delete-value: 1
- logic-not-delete-value: 0
- configuration:
- map-underscore-to-camel-case: true
- cache-enabled: false
- jdbc-type-for-null: null
- routes:
- pathMapping:
- data: platform/pc
- app:
- key: 35121225
- secret: 2f4286fbb6b9587f187961310267e00a
- podAnnotations: {}
- securityContext: {}
- nodeSelector: {}
- tolerations: []
- affinity: {}
|