зеркало из https://github.com/dotnet/tye.git
adapt breaking changes of dapr 1.0.0.rc.1 (#883)
* adapt breaking changes of dapr 1.0.0.rc.1 * fixes unit test for dapr 1.0.0-rc.1
This commit is contained in:
Родитель
1342e86463
Коммит
938134532e
|
@ -248,8 +248,8 @@ namespace Microsoft.Tye.Extensions.Dapr
|
|||
}
|
||||
|
||||
deployment.Annotations.Add("dapr.io/enabled", "true");
|
||||
deployment.Annotations.Add("dapr.io/id", project.Name);
|
||||
deployment.Annotations.Add("dapr.io/port", (httpBinding.Port ?? 80).ToString(CultureInfo.InvariantCulture));
|
||||
deployment.Annotations.Add("dapr.io/app-id", project.Name);
|
||||
deployment.Annotations.Add("dapr.io/app-port", (httpBinding.Port ?? 80).ToString(CultureInfo.InvariantCulture));
|
||||
|
||||
if (config.Data.TryGetValue("config", out var obj) && obj?.ToString() is string daprConfig)
|
||||
{
|
||||
|
|
|
@ -4,8 +4,8 @@ metadata:
|
|||
name: dapr-test-project
|
||||
annotations:
|
||||
dapr.io/enabled: 'true'
|
||||
dapr.io/id: 'dapr-test-project'
|
||||
dapr.io/port: '80'
|
||||
dapr.io/app-id: 'dapr-test-project'
|
||||
dapr.io/app-port: '80'
|
||||
dapr.io/config: 'tracing'
|
||||
dapr.io/log-level: 'debug'
|
||||
labels:
|
||||
|
@ -20,8 +20,8 @@ spec:
|
|||
metadata:
|
||||
annotations:
|
||||
dapr.io/enabled: 'true'
|
||||
dapr.io/id: 'dapr-test-project'
|
||||
dapr.io/port: '80'
|
||||
dapr.io/app-id: 'dapr-test-project'
|
||||
dapr.io/app-port: '80'
|
||||
dapr.io/config: 'tracing'
|
||||
dapr.io/log-level: 'debug'
|
||||
labels:
|
||||
|
|
Загрузка…
Ссылка в новой задаче