initial commit
This commit is contained in:
parent
3e2e6d61e1
commit
c93eb2e420
@ -14,11 +14,11 @@ metadata:
|
|||||||
# 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: propertysettings-v2-service
|
||||||
# Helm chart annotations for environment provisioning
|
# Helm chart annotations for environment provisioning
|
||||||
helm.cnoe.io/git-repo: https://gitea.cnoe.localtest.me:8443/giteaAdmin/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
|
||||||
helm.cnoe.io/values-file: values-dev.yaml
|
helm.cnoe.io/values-file: values-dev.yaml
|
||||||
helm.cnoe.io/available-values-files: '["values.yaml", "values-dev.yaml", "values-local.yaml"]'
|
helm.cnoe.io/available-values-files: '["values.yaml", "values-dev.yaml", "values-local.yaml"]'
|
||||||
helm.cnoe.io/dependencies: '{}'
|
helm.cnoe.io/dependencies: '{"mysql": {"name": "MySQL Database", "required": false, "default": true, "externalParams": [{"param": "externalDatabase.host", "label": "Database Host", "placeholder": "mysql.example.com"}, {"param": "externalDatabase.port", "label": "Database Port", "placeholder": "3306"}, {"param": "externalDatabase.database", "label": "Database Name", "placeholder": "property_settings_db_v2"}, {"param": "externalDatabase.username", "label": "Username", "placeholder": "propertysettings"}, {"param": "externalDatabase.password", "label": "Password", "placeholder": "", "secret": true}]}}'
|
||||||
# Dependency URL mapping for environment provisioning
|
# Dependency URL mapping for environment provisioning
|
||||||
helm.cnoe.io/dependency-urls: '{"hades-service": {"helmParam": "hades.baseUrl", "port": 8080, "serviceDns": "hades-service"}}'
|
helm.cnoe.io/dependency-urls: '{"hades-service": {"helmParam": "hades.baseUrl", "port": 8080, "serviceDns": "hades-service"}}'
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
@ -40,6 +40,9 @@ helm.sh/chart: {{ include "property-settings-svc-v2-chart.chart" . }}
|
|||||||
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||||
|
{{- with .Values.commonLabels }}
|
||||||
|
{{ toYaml . }}
|
||||||
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{/*
|
{{/*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user