Mercurial > code > home > repos > pomerium
annotate switch_to_pomerium.sh @ 4:0aabbb905eae
projects is now its own deployment
author | drewp@bigasterisk.com |
---|---|
date | Sun, 18 Sep 2022 23:25:47 -0700 |
parents | 9d3a9e524ad3 |
children |
rev | line source |
---|---|
0 | 1 #!/bin/zsh |
2 | |
1
9d3a9e524ad3
fuss with ns and stuff to get it working. forward all (over http) to nginx at first
drewp@bigasterisk.com
parents:
0
diff
changeset
|
3 #cd /my/serv/nginx |
9d3a9e524ad3
fuss with ns and stuff to get it working. forward all (over http) to nginx at first
drewp@bigasterisk.com
parents:
0
diff
changeset
|
4 #skaffold delete -f wrapped_skaffold.yaml |
9d3a9e524ad3
fuss with ns and stuff to get it working. forward all (over http) to nginx at first
drewp@bigasterisk.com
parents:
0
diff
changeset
|
5 |
0 | 6 |
7 cd /my/serv/pomerium | |
1
9d3a9e524ad3
fuss with ns and stuff to get it working. forward all (over http) to nginx at first
drewp@bigasterisk.com
parents:
0
diff
changeset
|
8 kubectl apply -f kube/03-volumes.yaml |
9d3a9e524ad3
fuss with ns and stuff to get it working. forward all (over http) to nginx at first
drewp@bigasterisk.com
parents:
0
diff
changeset
|
9 kubectl apply -f kube/10-pomerium.yaml |
9d3a9e524ad3
fuss with ns and stuff to get it working. forward all (over http) to nginx at first
drewp@bigasterisk.com
parents:
0
diff
changeset
|
10 kubectl apply -f kube/20-deployment.yaml |