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.
Updates the apiVersion of the ClusterSecretStore to v1 to ensure
compatibility with the latest specifications and improve support
for future features. This change addresses potential issues with
deprecated versions and enhances stability.
Convert value mapping to JSON strings for services and secrets. This
change simplifies the structure, improves readability, and ensures
consistency across service configurations.
Refactor Kubernetes resource labels for rabbitmq, mysql, and postgres
to follow the standardized naming convention of
app.kubernetes.io/name. This change enhances clarity and conformity
across resources, improving maintainability and alignment with
Kubernetes best practices.