Primer commit

This commit is contained in:
2025-05-03 21:55:43 +00:00
commit db2f884e16
9 changed files with 171 additions and 0 deletions

14
kustomization.yaml Normal file
View File

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