You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a User I need the service to be publicly available on Kubernetes So that I can use it from the Internet
Assumptions
The Kubernetes manifests will be in a folder called ./deploy
Need to add a deployment.yaml file to specify the deployment parameters
Need to add a service.yaml file to specify the service
Acceptance Criteria
Given I have created the required files to deploy service on Kubernetes
When I issue a `kubectl apply -f deploy`
Then the service successfully deploys to Kubernetes
The text was updated successfully, but these errors were encountered:
As a User
I need the service to be publicly available on Kubernetes
So that I can use it from the Internet
Assumptions
./deploy
deployment.yaml
file to specify the deployment parametersservice.yaml
file to specify the serviceAcceptance Criteria
The text was updated successfully, but these errors were encountered: