refactor: remove mysql resource from kustomization

Remove MySQL configuration from the Kustomization file,
as it is no longer needed for the current application
architecture. This change simplifies the resource
management and reduces complexity in the deployment.
This commit is contained in:
2025-06-12 09:04:50 +02:00
parent 8c0205e644
commit d729229cba
2 changed files with 0 additions and 62 deletions
-2
View File
@@ -1,7 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- mysql.yaml
- postgres.yaml
- rabbitmq.yaml
- external-secrets.yaml
@@ -16,4 +15,3 @@ helmCharts:
releaseName: external-secrets
repo: https://charts.external-secrets.io
version: 0.17.0