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

View File

@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: whoami
resources:
- deployment.yml
- ingress.yml
- namespace.yml
- service.yml