service name chage

This commit is contained in:
Vaibhav Pathak 2026-02-04 16:43:09 +05:30
parent c457eb312a
commit ecc7a94c0d

View File

@ -1,18 +1,18 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: propertysettings-v2-service
name: property-settings-v2-service
title: Property Settings V2 Service
description: Property Settings and Configuration Management Service providing centralized application configuration, environment-specific properties, and dynamic settings management
annotations:
backstage.io/techdocs-ref: dir:.
github.com/project-slug: yourorg/propertysettings-v2-service
github.com/project-slug: yourorg/property-settings-v2-service
# Argo Workflows annotation for environment provisioning
argo-workflows.cnoe.io/label-selector: "service=propertysettings-v2-service"
argo-workflows.cnoe.io/label-selector: "service=property-settings-v2-service"
# ArgoCD annotations - using selector for dynamic app names
argocd/app-selector: backstage.io/kubernetes-id=propertysettings-v2-service
argocd/app-selector: backstage.io/kubernetes-id=property-settings-v2-service
# Kubernetes annotations - Using kubernetes-id with commonLabels
backstage.io/kubernetes-id: propertysettings-v2-service
backstage.io/kubernetes-id: property-settings-v2-service
# Helm chart annotations for environment provisioning
helm.cnoe.io/git-repo: https://gitea.os-tf-qa.onlinesales.ai/gitea_admin/propertysettings-v2-chart.git
helm.cnoe.io/chart-path: property-settings-svc-v2-chart
@ -40,14 +40,14 @@ spec:
dependsOn:
- component:default/hades-service
providesApis:
- propertysettings-v2-api
- property-settings-v2-api
consumesApis: []
---
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: propertysettings-v2-api
name: property-settings-v2-api
title: Property Settings V2 API
description: REST API for property and configuration management operations
tags: