#try to make persistent datastore for mysql

kubectl create -f deploy.yml
kubectl create -f mysql.yml
kubectl port-forward svc/pokemon-svc 30081:80
# sometimes it takes 30 seconds for everything to come up, so wait before visiting the install.php page
kubectl delete -f deploy.yml
kubectl delete -f mysql.yml
