Skip to content

Files

Latest commit

 

History

History

k8s

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
kubectl config set-context --current --namespace=qa
kubectl apply -f app-deployment-qa.yml
kubectl get all

curl http://localhost/dbo/actuator/health
open http://localhost/dbo/swagger-ui/

kubectl delete -f app-deployment-qa.yml