1 ################################################################################
2 # Copyright (c) 2019 AT&T Intellectual Property. #
3 # Copyright (c) 2019 Nokia. #
5 # Licensed under the Apache License, Version 2.0 (the "License"); #
6 # you may not use this file except in compliance with the License. #
7 # You may obtain a copy of the License at #
9 # http://www.apache.org/licenses/LICENSE-2.0 #
11 # Unless required by applicable law or agreed to in writing, software #
12 # distributed under the License is distributed on an "AS IS" BASIS, #
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #
14 # See the License for the specific language governing permissions and #
15 # limitations under the License. #
16 ################################################################################
22 name: {{ include "common.deploymentname.a1mediator" . }}
23 namespace: {{ include "common.namespace.platform" . }}
25 app: {{ include "common.namespace.platform" . }}-{{ include "common.name.a1mediator" . }}
26 chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
27 release: {{ .Release.Name }}
28 heritage: {{ .Release.Service }}
30 replicas: {{ .Values.a1mediator.replicaCount }}
33 app: {{ include "common.namespace.platform" . }}-{{ include "common.name.a1mediator" . }}
34 release: {{ .Release.Name }}
38 app: {{ include "common.namespace.platform" . }}-{{ include "common.name.a1mediator" . }}
39 release: {{ .Release.Name }}
41 hostname: {{ include "common.name.a1mediator" . }}
43 - name: {{ include "common.repositoryCred" . }}
45 - name: {{ include "common.containername.a1mediator" . }}
48 mountPath: /opt/ricmanifest.json
49 subPath: ricmanifest.json
51 mountPath: /opt/rmr_string_int_mapping.txt
52 subPath: rmr_string_int_mapping.txt
54 mountPath: /opt/route/local.rt
58 name: {{ include "common.configmapname.a1mediator" . }}-env
59 image: {{ include "common.repository" . }}/{{ .Values.a1mediator.image.name }}:{{ .Values.a1mediator.image.tag }}
60 imagePullPolicy: {{ include "common.pullPolicy" . }}
63 containerPort: {{ .Values.a1mediator.service.http.containerPort }}
66 containerPort: {{ .Values.a1mediator.service.rmr.route.port }}
69 containerPort: {{ .Values.a1mediator.service.rmr.data.port }}
82 name: {{ include "common.configmapname.a1mediator" . }}-a1conf