refactor: update k8s labels from component to name #736
Reference in New Issue
Block a user
Delete Branch "update-k8s-labels-from-component-to-name"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changes the Kubernetes labels and selectors in the deploy.yaml file
from
app.kubernetes.io/componenttoapp.kubernetes.io/nameto better align with Kubernetes conventions and improve resource
identification. This adjustment is made throughout the deployment
specification and the associated service, enhancing clarity and
maintainability.