Removes the CPU and memory limits for the schemas container in the
Kubernetes deployment configuration. This change is made to allow
for greater flexibility in resource allocation based on runtime
demands, ensuring better performance in varying load conditions.
Add a new extract for RabbitMQ in the secrets and include
AMQP_URL in local secrets. Update the merge policy and
engine version in the deployment template. Remove unused
RabbitMQ secret reference from the deployment. These changes
improve configuration management and ensure consistency
between environments.
Update Kubernetes YAML files to replace the app label with the
standard app.kubernetes.io/name label for better consistency
and adherence to best practices in Kubernetes resource labeling.
Reduces the CPU request from "100m" to "10m" in the deploy.yaml file to
optimize resource usage and improve deployment efficiency in the
Kubernetes environment. This change helps to allocate resources more
effectively while maintaining application performance.
Adds a package rule to disable updates for the
'unboundsoftware/schemas' package in Kubernetes.
Modifies the image reference in the deployment
configuration to remove the specific SHA256 hash
and use a dynamic commit tag instead. This
improves maintainability and aligns with the
latest deployment practices.