Update daprdocs/content/en/developing-applications/building-blocks/pubsub/howto-subscribe-statefulset.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
This commit is contained in:
Artur Souza 2023-02-15 09:16:55 -08:00 committed by GitHub
parent 599ece9f30
commit c45f29f1f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ description: "Learn how to subscribe with StatefulSet and scale horizontally wit
Unlike Deployments, where Pods are ephemeral, [StatefulSets](https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/) allows deployment of stateful applications on Kubernetes by keeping a sticky identity for each Pod.
See an example of a StatefulSet with Dapr:
Below is an example of a StatefulSet with Dapr:
```yaml
apiVersion: apps/v1
kind: StatefulSet