mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-dapr-shared.md
Co-authored-by: Mark Fussell <markfussell@gmail.com> Signed-off-by: salaboy <Salaboy@gmail.com>
This commit is contained in:
parent
cbf50f4f4b
commit
f51c1bcc61
|
@ -65,7 +65,7 @@ If you want to get started with Dapr Shared, you can create a new Dapr Shared in
|
|||
helm install my-shared-instance oci://registry-1.docker.io/daprio/dapr-shared-chart --set shared.appId=<DAPR_APP_ID> --set shared.remoteURL=<REMOTE_URL> --set shared.remotePort=<REMOTE_PORT> --set shared.strategy=deployment
|
||||
```
|
||||
|
||||
Your Dapr-enabled applications can now make use of the Dapr Shared instance by pointing the Dapr SDKs or sending request to `my-shared-instance-dapr` Kubernetes service exposed by the Dapr Shared instance. Notice that `my-shared-instance` is the Helm Chart release name.
|
||||
Your Dapr-enabled applications can now make use of the Dapr Shared instance by pointing the Dapr SDKs to or sending request to the`my-shared-instance-dapr` Kubernetes service exposed by the Dapr Shared instance. Note that the`my-shared-instance` is the Helm Chart release name.
|
||||
|
||||
If you are using the Dapr SDKs you can set the following environment variables for your application to connect to the Dapr Shared instance (in this case running on the `default` namespace):
|
||||
|
||||
|
|
Loading…
Reference in New Issue