| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- app:
- name: shop-recycle-out-web
- replicaCount: 1
- image:
- repository: harbor.stardance/shoprecycle/shop-recycle-out-web
- tag: v2.0.0
- pullPolicy: IfNotPresent
- service:
- type: ClusterIP
- port: 1224
- targetPort: 1224
- resources:
- requests:
- cpu: 250m
- memory: 256Mi
- limits:
- cpu: 500m
- memory: 512Mi
- config:
- yml:
- server:
- port: 1224
- servlet:
- context-path: /exterior/api
- logging:
- level:
- org.springframework: INFO
- com.ssm: DEBUG
- spring:
- application:
- name: shop-recycle-out-web
- redis:
- sentinel:
- master: mymaster
- nodes:
- - redis.jxfx1.com:27000
- - redis.jxfx2.com:27000
- - redis.jxfx3.com:27000
- password: 3sm_redis
- database: 15
- main:
- allow-bean-definition-overriding: true
- cloud:
- nacos:
- discovery:
- server-addr: nacos.bak.com:8848
- service: shop-recycle-out-web
- weight: 1
- rabbitmq:
- host: mq.bak.com
- port: 5672
- username: guest
- password: guest
- virtualHost: shop-recycle-msg
- dubbo:
- application:
- name: shop-recycle-out-web
- consumer:
- registry:
- address: nacos://nacos.bak.com:8848
- timeout: 5000
- management:
- metrics:
- web:
- server:
- auto-time-requests: false
- is-reveal-error: true
- store:
- storeMap:
- 100001:
- storeId: 29
- md5: 363d1252751655c2afa8d63ce5de7d10
- interval: 24
- start: 9
- end: 21
- limitTimes: 12
- webank:
- base-url: https://openapi.test.webank.com
- app-id: d8fb76be61dd970f47ec107440257b06
- app-secret: 5c4d4972cc4d3b7e158cfad83b934e21
- symmetric-key: 3938F4689945C59EF48300C89AE44833
- ssl-cert-file-path: /data/webank/weBank.jks
- keypass: 123456
- storepass: 123456
- public-key: z0c+SYYQ+t7GwUO4pDHxqB6wiM1X6Uf2edbYc+Q9IdTOgkci1fwf0YsyPvn97+OtErTqBjVKeyK7gG5ohEDREQ==
- private-key: H6qtjR1hqjsqF+HAH9hXeryJwUp+KPL88ZiOZdXDULg=
- cert-serial-no: 53c4bad2c1ed46a1b29826695bf973a556433b8bcc5a42e5bcd3493b14665bfe
- query-transfer-details: /v1_1/accounts/queryTransferDetails
- enc-symmetric-key: IgLQuZiY7nfpk4qf1PSfOKlTNy8I8jp5lBmmsZ5YW5lWz/9BqcCAjbULQmAxb+ORKJujkGEV04R9r5mezdsWmVK+eO0TV42l090G992TdPPjh2l5TyEDFDlGe4jZdomrRz8K1Vw09WnmXhfk0zl3Z0GKQ8JUMv02
- podAnnotations: {}
- securityContext: {}
- nodeSelector: {}
- tolerations: []
- affinity: {}
|