service name chage
This commit is contained in:
parent
c457eb312a
commit
ecc7a94c0d
@ -1,18 +1,18 @@
|
|||||||
apiVersion: backstage.io/v1alpha1
|
apiVersion: backstage.io/v1alpha1
|
||||||
kind: Component
|
kind: Component
|
||||||
metadata:
|
metadata:
|
||||||
name: propertysettings-v2-service
|
name: property-settings-v2-service
|
||||||
title: 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
|
description: Property Settings and Configuration Management Service providing centralized application configuration, environment-specific properties, and dynamic settings management
|
||||||
annotations:
|
annotations:
|
||||||
backstage.io/techdocs-ref: dir:.
|
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 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 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
|
# 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 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/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
|
helm.cnoe.io/chart-path: property-settings-svc-v2-chart
|
||||||
@ -40,14 +40,14 @@ spec:
|
|||||||
dependsOn:
|
dependsOn:
|
||||||
- component:default/hades-service
|
- component:default/hades-service
|
||||||
providesApis:
|
providesApis:
|
||||||
- propertysettings-v2-api
|
- property-settings-v2-api
|
||||||
consumesApis: []
|
consumesApis: []
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: backstage.io/v1alpha1
|
apiVersion: backstage.io/v1alpha1
|
||||||
kind: API
|
kind: API
|
||||||
metadata:
|
metadata:
|
||||||
name: propertysettings-v2-api
|
name: property-settings-v2-api
|
||||||
title: Property Settings V2 API
|
title: Property Settings V2 API
|
||||||
description: REST API for property and configuration management operations
|
description: REST API for property and configuration management operations
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user