X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fo1mediator%2Ftemplates%2Fdeployment.yaml;h=71fc663ee6f0e847b6bb4e225785a93da2ecbe25;hb=08315b5889636ea63eb3f543ee86e206fe85a9ac;hp=ddd26859770fd3383b6b7d605a9285b62fab1232;hpb=393136323474cc68318eda4a674d91cc6aca0ffc;p=ric-plt%2Fric-dep.git diff --git a/helm/o1mediator/templates/deployment.yaml b/helm/o1mediator/templates/deployment.yaml index ddd2685..71fc663 100644 --- a/helm/o1mediator/templates/deployment.yaml +++ b/helm/o1mediator/templates/deployment.yaml @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2019 AT&T Intellectual Property. # +# Copyright (c) 2019,2020 AT&T Intellectual Property. # # Copyright (c) 2019 Nokia. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # @@ -55,6 +55,11 @@ spec: envFrom: - configMapRef: name: {{ include "common.configmapname.dbaas" . }}-appconfig + - configMapRef: + name: {{ include "common.configmapname.o1mediator" . }}-env + volumeMounts: + - mountPath: /etc/o1agent + name: appconfig-file ports: - name: http-supervise containerPort: {{ include "common.serviceport.o1mediator.http.supervise" . }} @@ -65,3 +70,7 @@ spec: - name: http-event containerPort: {{ include "common.serviceport.o1mediator.http.event" . }} protocol: TCP + volumes: + - name: appconfig-file + configMap: + name: {{ include "common.configmapname.o1mediator" . }}-appconfig-configmap