Add a skeleton k8s deployment setup

DNS will come later
This commit is contained in:
Jake Howard
2022-03-07 21:58:17 +00:00
parent 812e828862
commit 2093f72602
10 changed files with 100 additions and 17 deletions

5
scripts/k8s/apply.sh Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -e
kubectl apply -k ./k8s

7
scripts/k8s/lint.sh Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e
PATH=${PWD}/env/bin:${PATH}
yamllint -c ./yamllint.yml ./k8s