diff --git a/test-framework/helm/property-settings-svc-v2/values.yaml b/test-framework/helm/property-settings-svc-v2/values.yaml index c332f62..644455a 100644 --- a/test-framework/helm/property-settings-svc-v2/values.yaml +++ b/test-framework/helm/property-settings-svc-v2/values.yaml @@ -9,6 +9,12 @@ hades: # This will set the replicaset count more information can be found here: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/ replicaCount: 1 +# Common labels to add to all resources +# These labels enable Backstage discovery and Hades IP registration +commonLabels: + backstage.io/kubernetes-id: "property-settings-service" + osmos.ai/track: "true" + # This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/ image: repository: europe-west1-docker.pkg.dev/prj-onlinesales-prod-01/os-docker-images/onlinesales/prod/services/java/propertysettingssvcv2