lab-agile-zenhub icon indicating copy to clipboard operation
lab-agile-zenhub copied to clipboard

Add the Redis service to the Kubernetes Manifests

Open rofrano opened this issue 9 years ago • 0 comments

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.yaml file 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

rofrano avatar Sep 21 '16 16:09 rofrano