Primer commit

This commit is contained in:
2025-04-27 00:13:01 +00:00
commit ba8e987281
10 changed files with 847 additions and 0 deletions

12
kustomization.yaml Normal file
View File

@ -0,0 +1,12 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- deployments/guacamole-deployment.yaml
- deployments/mysql-deployment.yaml
- pvc/mysql-pvc.yaml
- services/guacamole-service.yaml
- services/mysql-service.yaml
- ingress/ingress.yaml