mirror of https://github.com/dapr/docs.git
address review comments.
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
This commit is contained in:
parent
863cabc73f
commit
54434a610c
|
@ -20,8 +20,8 @@ spec:
|
|||
nameResolution:
|
||||
component: "kubernetes"
|
||||
configuration:
|
||||
"clusterDomain": "cluster.local" # Mutually exclusive with the template field
|
||||
"template": "{{.ID}}-{{.Data.region}}.internal:{{.Port}}" # Mutually exclusive with the clusterDomain field
|
||||
clusterDomain: "cluster.local" # Mutually exclusive with the template field
|
||||
template: "{{.ID}}-{{.Data.region}}.internal:{{.Port}}" # Mutually exclusive with the clusterDomain field
|
||||
```
|
||||
|
||||
## Behaviour
|
||||
|
|
Loading…
Reference in New Issue