1 ################################################################################
2 # Copyright (c) 2021 Nordix Foundation. #
4 # Licensed under the Apache License, Version 2.0 (the "License"); #
5 # you may not use this file except in compliance with the License. #
6 # You may obtain a copy of the License at #
8 # http://www.apache.org/licenses/LICENSE-2.0 #
10 # Unless required by applicable law or agreed to in writing, software #
11 # distributed under the License is distributed on an "AS IS" BASIS, #
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #
13 # See the License for the specific language governing permissions and #
14 # limitations under the License. #
15 ################################################################################
20 name: {{ include "common.name.dmaapmediatorservice" . }}
21 namespace: {{ include "common.namespace.nonrtric" . }}
24 app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.dmaapmediatorservice" . }}
25 chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
26 release: {{ .Release.Name }}
27 heritage: {{ .Release.Service }}
29 deployment.kubernetes.io/revision: '1'
31 serviceName: {{ include "common.name.dmaapmediatorservice" . }}
35 app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.dmaapmediatorservice" . }}
36 release: {{ .Release.Name }}
40 app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.dmaapmediatorservice" . }}
41 release: {{ .Release.Name }}
43 hostname: {{ include "common.name.dmaapmediatorservice" . }}
45 - name: {{ include "common.container.dmaapmediatorservice" . }}
46 image: {{ .Values.dmaapmediatorservice.image.registry }}/{{ .Values.dmaapmediatorservice.image.name }}:{{ .Values.dmaapmediatorservice.image.tag }}
47 imagePullPolicy: {{ .Values.dmaapmediatorservice.imagePullPolicy }}
49 - containerPort: {{ .Values.dmaapmediatorservice.service.targetPort1 }}
51 - containerPort: {{ .Values.dmaapmediatorservice.service.targetPort2 }}
55 port: {{ .Values.dmaapmediatorservice.service.targetPort2 }}
56 initialDelaySeconds: {{ .Values.dmaapmediatorservice.liveness.initialDelaySeconds }}
57 periodSeconds: {{ .Values.dmaapmediatorservice.liveness.periodSeconds }}
60 port: {{ .Values.dmaapmediatorservice.service.targetPort2 }}
61 initialDelaySeconds: {{ .Values.dmaapmediatorservice.liveness.initialDelaySeconds }}
62 periodSeconds: {{ .Values.dmaapmediatorservice.liveness.periodSeconds }}
64 - name: {{ include "common.name.dmaapmediatorservice" . }}-dmaapmediator-data
65 mountPath: /configs/type_config.json
66 subPath: type_config.json
69 - name: INFO_PRODUCER_HOST
70 value: https://{{ include "common.name.dmaapmediatorservice" . }}
71 - name: INFO_PRODUCER_PORT
72 value: "{{ .Values.dmaapmediatorservice.service.internalPort2 }}"
73 - name: INFO_COORD_ADDR
74 value: https://informationservice:9083
76 value: https://message-router.onap:3905
80 - name: {{ include "common.name.dmaapmediatorservice" . }}-dmaapmediator-data
82 name: {{ include "common.name.dmaapmediatorservice" . }}-configmap-data