lab-agile-zenhub
lab-agile-zenhub copied to clipboard
Add the Redis service to the Kubernetes Manifests
As a Service I need a Redis service specified in the Kubernetes manifest So that it gets connected each time the hit counter service is deployed
Assumptions
- There is a Redis service created in the Kubernetes namespace
- We can edit the
deployment.yamlfile to include credentials to this service
Acceptance Criteria
Given the manifests have been created
When I push the hit counter service to Kubernetes
Then it should have a Redis service bound to it