Primer commit

This commit is contained in:
2025-05-03 22:43:39 +00:00
commit 2c8f151b46
6 changed files with 93 additions and 0 deletions

10
kustomization.yaml Normal file
View File

@ -0,0 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- configmaps/configmap.yaml
- deployments/deployment.yaml
- services/service.yaml
- ingress/router.yaml