fix: update app labels to use correct Kubernetes naming
Refactor Kubernetes resource definitions to replace the label "app" with "app.kubernetes.io/name" for the dancefinder-app. This change enhances consistency with Kubernetes best practices and improves clarity in resource labeling across deployments, services, and autoscalers.
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: autoscaling/v2
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
labels:
|
||||
app: dancefinder-app
|
||||
app.kubernetes.io/name: dancefinder-app
|
||||
name: dancefinder-app
|
||||
spec:
|
||||
scaleTargetRef:
|
||||
|
||||
Reference in New Issue
Block a user