mirror of https://github.com/dapr/quickstarts.git
updated sample links
This commit is contained in:
parent
a160ab9788
commit
e83e87e8fb
|
|
@ -20,7 +20,7 @@ In order to run this sample, you'll need to have an Actions-enabled Kubernetes c
|
|||
## Running the Sample
|
||||
|
||||
1. Navigate to the deploy directory in this sample directory: `cd deploy`
|
||||
2. Follow [these instructions](https://github.com/actionscore/actions/tree/master/samples/2.hello-kubernetes#step-2---set-up-a-state-store) to create and configure a Redis store
|
||||
2. Follow [these instructions](https://github.com/actionscore/docs/blob/master/concepts/components/redis.md#creating-a-redis-store) to create and configure a Redis store
|
||||
3. Deploy all of your resources: `kubectl apply -f .`.
|
||||
> **Note**: Services could also be deployed one-by-one by specifying the .yaml file: `kubectl apply -f go-adder.yaml`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue