Commit e3965048 authored by fangxinjiang's avatar fangxinjiang

init

parent 9a9642d4
...@@ -20,7 +20,7 @@ spec: # 资源规范字段 ...@@ -20,7 +20,7 @@ spec: # 资源规范字段
app: yifu-auth app: yifu-auth
annotations: annotations:
dapr.io/enabled: "true" #设定此参数为 true 注入Dapr sidecar到pod dapr.io/enabled: "true" #设定此参数为 true 注入Dapr sidecar到pod
dapr.io/app-id: "yifu_auth_sider" #应用程序唯一 ID。 用于服务发现、状态封装 和 发布/订阅 消费者ID dapr.io/app-id: "yifu-auth" #应用程序唯一 ID。 用于服务发现、状态封装 和 发布/订阅 消费者ID
dapr.io/app-port: "3000" #这个参数告诉Dapr你的应用程序正在监听哪个端口。 dapr.io/app-port: "3000" #这个参数告诉Dapr你的应用程序正在监听哪个端口。
#dapr.io/log-level: "debug" #为 Dapr sidecar设置日志级别。 允许的值是debug,info,warn,error。 默认是 info #dapr.io/log-level: "debug" #为 Dapr sidecar设置日志级别。 允许的值是debug,info,warn,error。 默认是 info
#dapr.io/log-as-json: "false" #将此参数设置为true以JSON格式输出日志。 默认值为 false. #dapr.io/log-as-json: "false" #将此参数设置为true以JSON格式输出日志。 默认值为 false.
......
...@@ -20,7 +20,7 @@ spec: # 资源规范字段 ...@@ -20,7 +20,7 @@ spec: # 资源规范字段
app: yifu-upms app: yifu-upms
annotations: annotations:
dapr.io/enabled: "true" #设定此参数为 true 注入Dapr sidecar到pod dapr.io/enabled: "true" #设定此参数为 true 注入Dapr sidecar到pod
dapr.io/app-id: "yifu_upms_sider" #应用程序唯一 ID。 用于服务发现、状态封装 和 发布/订阅 消费者ID dapr.io/app-id: "yifu-upms" #应用程序唯一 ID。 用于服务发现、状态封装 和 发布/订阅 消费者ID
dapr.io/app-port: "4000" #这个参数告诉Dapr你的应用程序正在监听哪个端口。 dapr.io/app-port: "4000" #这个参数告诉Dapr你的应用程序正在监听哪个端口。
#dapr.io/log-level: "debug" #为 Dapr sidecar设置日志级别。 允许的值是debug,info,warn,error。 默认是 info #dapr.io/log-level: "debug" #为 Dapr sidecar设置日志级别。 允许的值是debug,info,warn,error。 默认是 info
#dapr.io/log-as-json: "false" #将此参数设置为true以JSON格式输出日志。 默认值为 false. #dapr.io/log-as-json: "false" #将此参数设置为true以JSON格式输出日志。 默认值为 false.
......
dapr.upms.appUrl=http://localhost:3500/v1.0/invoke/ dapr.upms.appUrl=http://localhost:3500/v1.0/invoke/
dapr.upms.appId=yifu_upms_sider dapr.upms.appId=yifu-upms
dapr.upms.appPort=4000 dapr.upms.appPort=4000
dapr.upms.httpPort=3500 dapr.upms.httpPort=3500
dapr.upms.grpcPort=52000 dapr.upms.grpcPort=52000
......
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