X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=xapp_onboarder%2Fxapp_onboarder%2Fresources%2Fxapp-std%2Ftemplates%2Fdeployment.yaml;h=762f0a11fc1d3b5296af4cbcf09a08b96634ed8d;hb=HEAD;hp=2bdacb29c9cb275d0214ad9386df529841c286c8;hpb=bdb1fffab6a85dbc6c5bd53bcbc5f8bf34098f6c;p=it%2Fdev.git diff --git a/xapp_onboarder/xapp_onboarder/resources/xapp-std/templates/deployment.yaml b/xapp_onboarder/xapp_onboarder/resources/xapp-std/templates/deployment.yaml index 2bdacb2..762f0a1 100644 --- a/xapp_onboarder/xapp_onboarder/resources/xapp-std/templates/deployment.yaml +++ b/xapp_onboarder/xapp_onboarder/resources/xapp-std/templates/deployment.yaml @@ -43,6 +43,7 @@ spec: {{ end }} labels: app: {{ include "ricxapp.namespace" . }}-{{ include "ricxapp.name" . }} + kubernetes_name: {{ include "ricxapp.namespace" . }}_{{ include "ricxapp.name" . }} release: {{ .Release.Name }} spec: hostname: {{ include "ricxapp.name" . }} @@ -104,4 +105,6 @@ spec: name: {{ include "ricxapp.configmapname" . }}-appenv - configMapRef: name: dbaas-appconfig + - configMapRef: + name: alarm-appconfig restartPolicy: Always