test-project

This commit is contained in:
tusuii
2026-03-09 22:50:46 +05:30
parent 24dbab7cce
commit 86a1f0b15c
20 changed files with 1192 additions and 3 deletions

View File

@@ -0,0 +1,25 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: react-mysql
resources:
- namespace.yaml
- mysql/configmap-sql.yaml
- mysql/statefulset.yaml
- mysql/service.yaml
- backend/deployment.yaml
- backend/service.yaml
- frontend/deployment.yaml
- frontend/service.yaml
configMapGenerator:
- name: app-config
envs:
- config.properties
secretGenerator:
- name: app-secret
envs:
- secret.properties
type: Opaque