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:
|
nameResolution:
|
||||||
component: "kubernetes"
|
component: "kubernetes"
|
||||||
configuration:
|
configuration:
|
||||||
"clusterDomain": "cluster.local" # Mutually exclusive with the template field
|
clusterDomain: "cluster.local" # Mutually exclusive with the template field
|
||||||
"template": "{{.ID}}-{{.Data.region}}.internal:{{.Port}}" # Mutually exclusive with the clusterDomain field
|
template: "{{.ID}}-{{.Data.region}}.internal:{{.Port}}" # Mutually exclusive with the clusterDomain field
|
||||||
```
|
```
|
||||||
|
|
||||||
## Behaviour
|
## Behaviour
|
||||||
|
|
Loading…
Reference in New Issue