Add ingress config and check target

main
Nobody 2025-06-23 12:52:49 -07:00
parent 437a23a898
commit bf30e78133
1 changed files with 7 additions and 0 deletions

View File

@ -12,9 +12,16 @@ load:
apply:
kubectl apply -f k8s/
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.10.0/deploy/static/provider/kind/deploy.yaml
restart:
kubectl delete pod -l app=shoppinglist-frontend
check:
kubectl get pods
kubectl get pods -n ingress-nginx
watch:
kubectl get pods -l app=shoppinglist-frontend -w