Commit d2785e98 authored by fangxinjiang's avatar fangxinjiang

生产配置调整

parent 26ef16bb
...@@ -35,7 +35,7 @@ spec: # 资源规范字段 ...@@ -35,7 +35,7 @@ spec: # 资源规范字段
#dapr.io/sidecar-memory-request #Dapr sidecar 请求的内存数量 #dapr.io/sidecar-memory-request #Dapr sidecar 请求的内存数量
dapr.io/http-max-request-size: "100" #增加http和grpc服务器请求正文参数的最大大小,单位为MB,以处理大文件的上传。 默认值为 4 MB dapr.io/http-max-request-size: "100" #增加http和grpc服务器请求正文参数的最大大小,单位为MB,以处理大文件的上传。 默认值为 4 MB
dapr.io/http-read-buffer-size: "16" #Dapr has a default limit of 4KB for the http header read buffer size. When sending http headers that are bigger than the default 4KB, you can increase this value. Otherwise, you may encounter a Too big request header dapr.io/http-read-buffer-size: "16" #Dapr has a default limit of 4KB for the http header read buffer size. When sending http headers that are bigger than the default 4KB, you can increase this value. Otherwise, you may encounter a Too big request header
dapr.io/sidecar-listen-addresses: "0.0.0.0" #dapr.io/sidecar-listen-addresses: "0.0.0.0" 开通外部访问,仅限测试环境
# 更多dapr配置请参考 https://www.bookstack.cn/read/dapr-1.5-zh/cc77b74e2cc2f4d4.md # 更多dapr配置请参考 https://www.bookstack.cn/read/dapr-1.5-zh/cc77b74e2cc2f4d4.md
spec: # 资源规范字段 spec: # 资源规范字段
......
...@@ -11,10 +11,10 @@ spec: # 资源规范字段 ...@@ -11,10 +11,10 @@ spec: # 资源规范字段
protocol: TCP # 协议 protocol: TCP # 协议
targetPort: 5001 # 容器暴露的端口 targetPort: 5001 # 容器暴露的端口
name: http-archives # 端口名称 name: http-archives # 端口名称
- port: 3500 # service 端口 #- port: 3500 # service 端口
protocol: TCP # 协议 # protocol: TCP # 协议
targetPort: 3500 # 容器暴露的端口 # targetPort: 3500 # 容器暴露的端口
name: http-archives-dapr # name: http-archives-dapr
selector: # 选择器 selector: # 选择器
app: yifu-archives # 资源名称 app: yifu-archives # 资源名称
type: ClusterIP # ClusterIP 类型 type: ClusterIP # ClusterIP 类型
\ No newline at end of file
...@@ -34,7 +34,7 @@ spec: # 资源规范字段 ...@@ -34,7 +34,7 @@ spec: # 资源规范字段
#dapr.io/sidecar-cpu-request: 1 #Dapr sidecar要求的 CPU 数量 #dapr.io/sidecar-cpu-request: 1 #Dapr sidecar要求的 CPU 数量
#dapr.io/sidecar-memory-request #Dapr sidecar 请求的内存数量 #dapr.io/sidecar-memory-request #Dapr sidecar 请求的内存数量
#dapr.io/http-max-request-size: "8MB" #增加http和grpc服务器请求正文参数的最大大小,单位为MB,以处理大文件的上传。 默认值为 4 MB #dapr.io/http-max-request-size: "8MB" #增加http和grpc服务器请求正文参数的最大大小,单位为MB,以处理大文件的上传。 默认值为 4 MB
dapr.io/sidecar-listen-addresses: "0.0.0.0" #dapr.io/sidecar-listen-addresses: "0.0.0.0"
# 更多dapr配置请参考 https://www.bookstack.cn/read/dapr-1.5-zh/cc77b74e2cc2f4d4.md # 更多dapr配置请参考 https://www.bookstack.cn/read/dapr-1.5-zh/cc77b74e2cc2f4d4.md
spec: # 资源规范字段 spec: # 资源规范字段
......
...@@ -11,10 +11,10 @@ spec: # 资源规范字段 ...@@ -11,10 +11,10 @@ spec: # 资源规范字段
protocol: TCP # 协议 protocol: TCP # 协议
targetPort: 3000 # 容器暴露的端口 targetPort: 3000 # 容器暴露的端口
name: http-auth # 端口名称 name: http-auth # 端口名称
- port: 3500 # service 端口 #- port: 3500 # service 端口
protocol: TCP # 协议 # protocol: TCP # 协议
targetPort: 3500 # 容器暴露的端口 # targetPort: 3500 # 容器暴露的端口
name: http-auth-dapr # name: http-auth-dapr
selector: # 选择器 selector: # 选择器
app: yifu-auth # 资源名称 app: yifu-auth # 资源名称
type: ClusterIP # ClusterIP 类型 type: ClusterIP # ClusterIP 类型
\ No newline at end of file
...@@ -34,7 +34,7 @@ spec: # 资源规范字段 ...@@ -34,7 +34,7 @@ spec: # 资源规范字段
#dapr.io/sidecar-cpu-request: 1 #Dapr sidecar要求的 CPU 数量 #dapr.io/sidecar-cpu-request: 1 #Dapr sidecar要求的 CPU 数量
#dapr.io/sidecar-memory-request #Dapr sidecar 请求的内存数量 #dapr.io/sidecar-memory-request #Dapr sidecar 请求的内存数量
#dapr.io/http-max-request-size: "8MB" #增加http和grpc服务器请求正文参数的最大大小,单位为MB,以处理大文件的上传。 默认值为 4 MB #dapr.io/http-max-request-size: "8MB" #增加http和grpc服务器请求正文参数的最大大小,单位为MB,以处理大文件的上传。 默认值为 4 MB
dapr.io/sidecar-listen-addresses: "0.0.0.0" #dapr.io/sidecar-listen-addresses: "0.0.0.0"
# 更多dapr配置请参考 https://www.bookstack.cn/read/dapr-1.5-zh/cc77b74e2cc2f4d4.md # 更多dapr配置请参考 https://www.bookstack.cn/read/dapr-1.5-zh/cc77b74e2cc2f4d4.md
spec: # 资源规范字段 spec: # 资源规范字段
......
...@@ -11,10 +11,10 @@ spec: # 资源规范字段 ...@@ -11,10 +11,10 @@ spec: # 资源规范字段
protocol: TCP # 协议 protocol: TCP # 协议
targetPort: 5022 # 容器暴露的端口 targetPort: 5022 # 容器暴露的端口
name: http-check # 端口名称 name: http-check # 端口名称
- port: 3500 # service 端口 #- port: 3500 # service 端口
protocol: TCP # 协议 # protocol: TCP # 协议
targetPort: 3500 # 容器暴露的端口 # targetPort: 3500 # 容器暴露的端口
name: http-check-dapr # name: http-check-dapr
selector: # 选择器 selector: # 选择器
app: yifu-check # 资源名称 app: yifu-check # 资源名称
type: ClusterIP # ClusterIP 类型 type: ClusterIP # ClusterIP 类型
\ No newline at end of file
...@@ -35,7 +35,7 @@ spec: # 资源规范字段 ...@@ -35,7 +35,7 @@ spec: # 资源规范字段
#dapr.io/sidecar-memory-request #Dapr sidecar 请求的内存数量 #dapr.io/sidecar-memory-request #Dapr sidecar 请求的内存数量
dapr.io/http-max-request-size: "100" #增加http和grpc服务器请求正文参数的最大大小,单位为MB,以处理大文件的上传。 默认值为 4 MB dapr.io/http-max-request-size: "100" #增加http和grpc服务器请求正文参数的最大大小,单位为MB,以处理大文件的上传。 默认值为 4 MB
dapr.io/http-read-buffer-size: "16" #Dapr has a default limit of 4KB for the http header read buffer size. When sending http headers that are bigger than the default 4KB, you can increase this value. Otherwise, you may encounter a Too big request header dapr.io/http-read-buffer-size: "16" #Dapr has a default limit of 4KB for the http header read buffer size. When sending http headers that are bigger than the default 4KB, you can increase this value. Otherwise, you may encounter a Too big request header
dapr.io/sidecar-listen-addresses: "0.0.0.0" #dapr.io/sidecar-listen-addresses: "0.0.0.0"
# 更多dapr配置请参考 https://www.bookstack.cn/read/dapr-1.5-zh/cc77b74e2cc2f4d4.md # 更多dapr配置请参考 https://www.bookstack.cn/read/dapr-1.5-zh/cc77b74e2cc2f4d4.md
spec: # 资源规范字段 spec: # 资源规范字段
......
...@@ -11,10 +11,10 @@ spec: # 资源规范字段 ...@@ -11,10 +11,10 @@ spec: # 资源规范字段
protocol: TCP # 协议 protocol: TCP # 协议
targetPort: 5005 # 容器暴露的端口 targetPort: 5005 # 容器暴露的端口
name: http-insurances # 端口名称 name: http-insurances # 端口名称
- port: 3500 # service 端口 #- port: 3500 # service 端口
protocol: TCP # 协议 # protocol: TCP # 协议
targetPort: 3500 # 容器暴露的端口 # targetPort: 3500 # 容器暴露的端口
name: http-insurances-dapr # name: http-insurances-dapr
selector: # 选择器 selector: # 选择器
app: yifu-insurances # 资源名称 app: yifu-insurances # 资源名称
type: ClusterIP # ClusterIP 类型 type: ClusterIP # ClusterIP 类型
\ No newline at end of file
...@@ -34,7 +34,7 @@ spec: # 资源规范字段 ...@@ -34,7 +34,7 @@ spec: # 资源规范字段
#dapr.io/sidecar-cpu-request: 1 #Dapr sidecar要求的 CPU 数量 #dapr.io/sidecar-cpu-request: 1 #Dapr sidecar要求的 CPU 数量
#dapr.io/sidecar-memory-request #Dapr sidecar 请求的内存数量 #dapr.io/sidecar-memory-request #Dapr sidecar 请求的内存数量
#dapr.io/http-max-request-size: "8MB" #增加http和grpc服务器请求正文参数的最大大小,单位为MB,以处理大文件的上传。 默认值为 4 MB #dapr.io/http-max-request-size: "8MB" #增加http和grpc服务器请求正文参数的最大大小,单位为MB,以处理大文件的上传。 默认值为 4 MB
dapr.io/sidecar-listen-addresses: "0.0.0.0" #dapr.io/sidecar-listen-addresses: "0.0.0.0"
# 更多dapr配置请参考 https://www.bookstack.cn/read/dapr-1.5-zh/cc77b74e2cc2f4d4.md # 更多dapr配置请参考 https://www.bookstack.cn/read/dapr-1.5-zh/cc77b74e2cc2f4d4.md
spec: # 资源规范字段 spec: # 资源规范字段
......
...@@ -11,10 +11,10 @@ spec: # 资源规范字段 ...@@ -11,10 +11,10 @@ spec: # 资源规范字段
protocol: TCP # 协议 protocol: TCP # 协议
targetPort: 5004 # 容器暴露的端口 targetPort: 5004 # 容器暴露的端口
name: http-job # 端口名称 name: http-job # 端口名称
- port: 3500 # service 端口 #- port: 3500 # service 端口
protocol: TCP # 协议 # protocol: TCP # 协议
targetPort: 3500 # 容器暴露的端口 # targetPort: 3500 # 容器暴露的端口
name: http-job-dapr # name: http-job-dapr
selector: # 选择器 selector: # 选择器
app: yifu-job # 资源名称 app: yifu-job # 资源名称
type: ClusterIP # ClusterIP 类型 type: ClusterIP # ClusterIP 类型
\ No newline at end of file
...@@ -35,7 +35,7 @@ spec: # 资源规范字段 ...@@ -35,7 +35,7 @@ spec: # 资源规范字段
#dapr.io/sidecar-memory-request #Dapr sidecar 请求的内存数量 #dapr.io/sidecar-memory-request #Dapr sidecar 请求的内存数量
dapr.io/http-max-request-size: "100" #增加http和grpc服务器请求正文参数的最大大小,单位为MB,以处理大文件的上传。 默认值为 4 MB dapr.io/http-max-request-size: "100" #增加http和grpc服务器请求正文参数的最大大小,单位为MB,以处理大文件的上传。 默认值为 4 MB
dapr.io/http-read-buffer-size: "16" #Dapr has a default limit of 4KB for the http header read buffer size. When sending http headers that are bigger than the default 4KB, you can increase this value. Otherwise, you may encounter a Too big request header dapr.io/http-read-buffer-size: "16" #Dapr has a default limit of 4KB for the http header read buffer size. When sending http headers that are bigger than the default 4KB, you can increase this value. Otherwise, you may encounter a Too big request header
dapr.io/sidecar-listen-addresses: "0.0.0.0" #dapr.io/sidecar-listen-addresses: "0.0.0.0"
# 更多dapr配置请参考 https://www.bookstack.cn/read/dapr-1.5-zh/cc77b74e2cc2f4d4.md # 更多dapr配置请参考 https://www.bookstack.cn/read/dapr-1.5-zh/cc77b74e2cc2f4d4.md
spec: # 资源规范字段 spec: # 资源规范字段
......
...@@ -11,10 +11,10 @@ spec: # 资源规范字段 ...@@ -11,10 +11,10 @@ spec: # 资源规范字段
protocol: TCP # 协议 protocol: TCP # 协议
targetPort: 5006 # 容器暴露的端口 targetPort: 5006 # 容器暴露的端口
name: http-order # 端口名称 name: http-order # 端口名称
- port: 3500 # service 端口 #- port: 3500 # service 端口
protocol: TCP # 协议 # protocol: TCP # 协议
targetPort: 3500 # 容器暴露的端口 # targetPort: 3500 # 容器暴露的端口
name: http-order-dapr # name: http-order-dapr
selector: # 选择器 selector: # 选择器
app: yifu-order # 资源名称 app: yifu-order # 资源名称
type: ClusterIP # ClusterIP 类型 type: ClusterIP # ClusterIP 类型
\ No newline at end of file
...@@ -35,7 +35,7 @@ spec: # 资源规范字段 ...@@ -35,7 +35,7 @@ spec: # 资源规范字段
#dapr.io/sidecar-memory-request #Dapr sidecar 请求的内存数量 #dapr.io/sidecar-memory-request #Dapr sidecar 请求的内存数量
dapr.io/http-max-request-size: "100" #增加http和grpc服务器请求正文参数的最大大小,单位为MB,以处理大文件的上传。 默认值为 4 MB dapr.io/http-max-request-size: "100" #增加http和grpc服务器请求正文参数的最大大小,单位为MB,以处理大文件的上传。 默认值为 4 MB
dapr.io/http-read-buffer-size: "16" #Dapr has a default limit of 4KB for the http header read buffer size. When sending http headers that are bigger than the default 4KB, you can increase this value. Otherwise, you may encounter a Too big request header dapr.io/http-read-buffer-size: "16" #Dapr has a default limit of 4KB for the http header read buffer size. When sending http headers that are bigger than the default 4KB, you can increase this value. Otherwise, you may encounter a Too big request header
dapr.io/sidecar-listen-addresses: "0.0.0.0" #dapr.io/sidecar-listen-addresses: "0.0.0.0"
# 更多dapr配置请参考 https://www.bookstack.cn/read/dapr-1.5-zh/cc77b74e2cc2f4d4.md # 更多dapr配置请参考 https://www.bookstack.cn/read/dapr-1.5-zh/cc77b74e2cc2f4d4.md
spec: # 资源规范字段 spec: # 资源规范字段
......
...@@ -11,10 +11,10 @@ spec: # 资源规范字段 ...@@ -11,10 +11,10 @@ spec: # 资源规范字段
protocol: TCP # 协议 protocol: TCP # 协议
targetPort: 5003 # 容器暴露的端口 targetPort: 5003 # 容器暴露的端口
name: http-salary # 端口名称 name: http-salary # 端口名称
- port: 3500 # service 端口 #- port: 3500 # service 端口
protocol: TCP # 协议 # protocol: TCP # 协议
targetPort: 3500 # 容器暴露的端口 # targetPort: 3500 # 容器暴露的端口
name: http-salary-dapr # name: http-salary-dapr
selector: # 选择器 selector: # 选择器
app: yifu-salary # 资源名称 app: yifu-salary # 资源名称
type: ClusterIP # ClusterIP 类型 type: ClusterIP # ClusterIP 类型
\ No newline at end of file
...@@ -35,7 +35,7 @@ spec: # 资源规范字段 ...@@ -35,7 +35,7 @@ spec: # 资源规范字段
#dapr.io/sidecar-memory-request #Dapr sidecar 请求的内存数量 #dapr.io/sidecar-memory-request #Dapr sidecar 请求的内存数量
dapr.io/http-max-request-size: "100" #增加http和grpc服务器请求正文参数的最大大小,单位为MB,以处理大文件的上传。 默认值为 4 MB dapr.io/http-max-request-size: "100" #增加http和grpc服务器请求正文参数的最大大小,单位为MB,以处理大文件的上传。 默认值为 4 MB
dapr.io/http-read-buffer-size: "16" #Dapr has a default limit of 4KB for the http header read buffer size. When sending http headers that are bigger than the default 4KB, you can increase this value. Otherwise, you may encounter a Too big request header dapr.io/http-read-buffer-size: "16" #Dapr has a default limit of 4KB for the http header read buffer size. When sending http headers that are bigger than the default 4KB, you can increase this value. Otherwise, you may encounter a Too big request header
dapr.io/sidecar-listen-addresses: "0.0.0.0" #dapr.io/sidecar-listen-addresses: "0.0.0.0"
# 更多dapr配置请参考 https://www.bookstack.cn/read/dapr-1.5-zh/cc77b74e2cc2f4d4.md # 更多dapr配置请参考 https://www.bookstack.cn/read/dapr-1.5-zh/cc77b74e2cc2f4d4.md
spec: # 资源规范字段 spec: # 资源规范字段
......
...@@ -11,10 +11,10 @@ spec: # 资源规范字段 ...@@ -11,10 +11,10 @@ spec: # 资源规范字段
protocol: TCP # 协议 protocol: TCP # 协议
targetPort: 5002 # 容器暴露的端口 targetPort: 5002 # 容器暴露的端口
name: http-social # 端口名称 name: http-social # 端口名称
- port: 3500 # service 端口 #- port: 3500 # service 端口
protocol: TCP # 协议 # protocol: TCP # 协议
targetPort: 3500 # 容器暴露的端口 # targetPort: 3500 # 容器暴露的端口
name: http-social-dapr # name: http-social-dapr
selector: # 选择器 selector: # 选择器
app: yifu-social # 资源名称 app: yifu-social # 资源名称
type: ClusterIP # ClusterIP 类型 type: ClusterIP # ClusterIP 类型
\ No newline at end of file
...@@ -34,7 +34,7 @@ spec: # 资源规范字段 ...@@ -34,7 +34,7 @@ spec: # 资源规范字段
#dapr.io/sidecar-cpu-request: 1 #Dapr sidecar要求的 CPU 数量 #dapr.io/sidecar-cpu-request: 1 #Dapr sidecar要求的 CPU 数量
#dapr.io/sidecar-memory-request #Dapr sidecar 请求的内存数量 #dapr.io/sidecar-memory-request #Dapr sidecar 请求的内存数量
#dapr.io/http-max-request-size: "8MB" #增加http和grpc服务器请求正文参数的最大大小,单位为MB,以处理大文件的上传。 默认值为 4 MB #dapr.io/http-max-request-size: "8MB" #增加http和grpc服务器请求正文参数的最大大小,单位为MB,以处理大文件的上传。 默认值为 4 MB
dapr.io/sidecar-listen-addresses: "0.0.0.0" #dapr.io/sidecar-listen-addresses: "0.0.0.0"
# 更多dapr配置请参考 https://www.bookstack.cn/read/dapr-1.5-zh/cc77b74e2cc2f4d4.md # 更多dapr配置请参考 https://www.bookstack.cn/read/dapr-1.5-zh/cc77b74e2cc2f4d4.md
spec: # 资源规范字段 spec: # 资源规范字段
......
...@@ -11,10 +11,10 @@ spec: # 资源规范字段 ...@@ -11,10 +11,10 @@ spec: # 资源规范字段
protocol: TCP # 协议 protocol: TCP # 协议
targetPort: 4000 # 容器暴露的端口 targetPort: 4000 # 容器暴露的端口
name: http-upms # 端口名称 name: http-upms # 端口名称
- port: 3500 # service 端口 #- port: 3500 # service 端口
protocol: TCP # 协议 # protocol: TCP # 协议
targetPort: 3500 # 容器暴露的端口 # targetPort: 3500 # 容器暴露的端口
name: http-upms-dapr # name: http-upms-dapr
selector: # 选择器 selector: # 选择器
app: yifu-upms # 资源名称 app: yifu-upms # 资源名称
type: ClusterIP # ClusterIP 类型 type: ClusterIP # ClusterIP 类型
\ No newline at end of file
/*
* Copyright (c) 2020 yifu4cloud Authors. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.yifu.cloud.plus.v1.yifu.common.dapr.config;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.PropertySource;
import org.springframework.stereotype.Component;
/*
*
*
* @author fxj
* @date 2022-05-23 14:28
**/
@Data
@Component
@PropertySource("classpath:daprConfig.properties")
@ConfigurationProperties(value = "dapr.provider", ignoreInvalidFields = false)
public class DaprProviderProperties {
/*
* @author fxj
* @date 14:34
* @Description dapr sidercar url 如:http://localhost:3005/v1.0/invoke/
**/
String appUrl;
/*
* @author fxj
* @date 14:35
* @decription app_id 如:"yifu_upms_sider"
**/
String appId;
String appPort;
String httpPort;
String grpcPort;
String metricsPort;
}
#\u6D4B\u8BD5\u73AF\u5883-\u7BA1\u7406\u540E\u53F0 dapr.upms.appUrl=http://127.0.0.1:3500/v1.0/invoke/
dapr.upms.appUrl=http://yifu-upms.qas-mvp.svc.cluster.local:3500/v1.0/invoke/
dapr.upms.appId=yifu-upms dapr.upms.appId=yifu-upms
#\u6D4B\u8BD5\u73AF\u5883-\u6821\u9A8C\u670D\u52A1 dapr.check.appUrl=http://127.0.0.1:3500/v1.0/invoke/
dapr.check.appUrl=http://yifu-check.qas-mvp.svc.cluster.local:3500/v1.0/invoke/
#\u672C\u5730
#dapr.check.appUrl=http://localhost:3502/v1.0/invoke/
dapr.check.appId=yifu-check dapr.check.appId=yifu-check
#\u6D4B\u8BD5\u73AF\u5883-\u6863\u6848\u670D\u52A1 #\u751F\u4EA7
dapr.archives.appUrl=http://yifu-archives.qas-mvp.svc.cluster.local:3500/v1.0/invoke/ dapr.archives.appUrl=http://127.0.0.1:3500/v1.0/invoke/
dapr.archives.appId=yifu-archives dapr.archives.appId=yifu-archives
dapr.insurances.appUrl=http://yifu-auth.qas-mvp.svc.cluster.local:3500/v1.0/invoke/ #\u751F\u4EA7
dapr.insurances.appId=yifu-insurances dapr.social.appUrl=http://127.0.0.1:3500/v1.0/invoke/
dapr.social.appId=yifu-social
#\u6D4B\u8BD5\u73AF\u5883-\u85AA\u8D44\u670D\u52A1 #\u751F\u4EA7
dapr.salary.appUrl=http://yifu-salary.qas-mvp.svc.cluster.local:3500/v1.0/invoke/ dapr.salary.appUrl=http://127.0.0.1:3500/v1.0/invoke/
dapr.salary.appId=yifu-salary dapr.salary.appId=yifu-salary
#\u6D4B\u8BD5\u73AF\u5883-\u793E\u4FDD\u670D\u52A1 #\u751F\u4EA7
dapr.social.appUrl=http://yifu-social.qas-mvp.svc.cluster.local:3500/v1.0/invoke/ dapr.insurances.appUrl=http://127.0.0.1:3500/v1.0/invoke/
dapr.social.appId=yifu-social dapr.insurances.appId=yifu-insurances
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment