Add a skeleton k8s deployment setup
DNS will come later
This commit is contained in:
8
k8s/whoami/kustomization.yml
Normal file
8
k8s/whoami/kustomization.yml
Normal file
@ -0,0 +1,8 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: whoami
|
||||
resources:
|
||||
- deployment.yml
|
||||
- ingress.yml
|
||||
- namespace.yml
|
||||
- service.yml
|
Reference in New Issue
Block a user