view switch_to_nginx.sh @ 1:9d3a9e524ad3

fuss with ns and stuff to get it working. forward all (over http) to nginx at first
author drewp@bigasterisk.com
date Tue, 13 Sep 2022 22:32:50 -0700
parents 6bf643829330
children
line wrap: on
line source

#!/bin/zsh

cd /my/serv/pomerium

# not all this, since it includes Certs and also the ns and CRD for the Certs
kubectl delete -f kube/10-pomerium.yaml
kubectl delete -f kube/20-deployment.yaml
kubectl delete -f kube/03-volumes.yaml

cd /my/serv/nginx
/my/proj/release/env/bin/invoke run