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.