updated sample links

This commit is contained in:
unknown 2019-09-27 10:56:26 -07:00
parent a160ab9788
commit e83e87e8fb
1 changed files with 1 additions and 1 deletions

View File

@ -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`.