Commit 119ef522 authored by fangxinjiang's avatar fangxinjiang

init

parent 69be77ca
......@@ -29,7 +29,7 @@ spec: # 资源规范字段
# #dapr.io/app-max-concurrency: "20" #限制应用程序的并发量。 有效的数值是大于 0
# #dapr.io/app-ssl: "false" #告诉Dapr通过不安全的SSL连接调用应用程序。 同时适用于HTTP和gRPC。 Traffic between your app and the Dapr sidecar is encrypted with a certificate issued by a non-trusted certificate authority, which is considered insecure. 默认值为 false.
# dapr.io/enable-metrics: "true"
# dapr.io/metrics-port: "9088" #设置 sidecar 度量服务器的端口。 默认值为 9090
# dapr.io/metrics-port: "9094" #设置 sidecar 度量服务器的端口。 默认值为 9090
# dapr.io/sidecar-listen-addresses: 0.0.0.0
# #dapr.io/sidecar-cpu-limit: 2 #Dapr sidecar可以使用的最大CPU数量。 默认情况下未设置
# #dapr.io/sidecar-memory-limit: "800Mi" #Dapr sidecar可以使用的最大内存量。默认情况下未设置 请参阅 https://kubernetes.io/docs/tasks/administer-cluster/manage-resources/quota-memory-cpu-namespace/ 的有效值。
......
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