Skip to content

Commit

Permalink
Simplifying kubernetes YAML config (#2908)
Browse files Browse the repository at this point in the history
* Simplifying Kubernetes YAML

Signed-off-by: Marcos Candeia <marrcooos@gmail.com>

* Update pluggable-components-registration.md

Signed-off-by: Marcos Candeia <marrcooos@gmail.com>

Signed-off-by: Marcos Candeia <marrcooos@gmail.com>
  • Loading branch information
mcandeia committed Oct 18, 2022
1 parent b4eb9da commit 1fdcfbd
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -174,11 +174,8 @@ spec:
- name: component
volumeMounts: # required, the sockets volume mount
- name: dapr-unix-domain-socket
mountPath: /dapr-unix-domain-sockets
mountPath: /tmp/dapr-components-sockets
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.
Expand Down

0 comments on commit 1fdcfbd

Please sign in to comment.