mirror of https://github.com/dapr/docs.git
Merge branch 'v1.9' into resiliency_concepts
This commit is contained in:
commit
767e86ed26
|
@ -174,11 +174,8 @@ spec:
|
||||||
- name: component
|
- name: component
|
||||||
volumeMounts: # required, the sockets volume mount
|
volumeMounts: # required, the sockets volume mount
|
||||||
- name: dapr-unix-domain-socket
|
- name: dapr-unix-domain-socket
|
||||||
mountPath: /dapr-unix-domain-sockets
|
mountPath: /tmp/dapr-components-sockets
|
||||||
image: YOUR_IMAGE_GOES_HERE:YOUR_IMAGE_VERSION
|
image: YOUR_IMAGE_GOES_HERE:YOUR_IMAGE_VERSION
|
||||||
env:
|
|
||||||
- name: DAPR_COMPONENTS_SOCKETS_FOLDER # Tells the component where the sockets should be created.
|
|
||||||
value: /dapr-unix-domain-sockets
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Before applying the deployment, let's add one more configuration: the component spec.
|
Before applying the deployment, let's add one more configuration: the component spec.
|
||||||
|
|
Loading…
Reference in New Issue