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 ################################################################################
17 {{- $imagectx := dict "ctx" . "defaultregistry" .Values.rtmgr.image.registry }}
18 {{- $pullpolicyctx := dict "ctx" . "defaultpullpolicy" .Values.rtmgr.imagePullPolicy }}
22 name: {{ include "common.deploymentname.rtmgr" . }}
23 namespace: {{ include "common.namespace.platform" . }}
25 app: {{ include "common.namespace.platform" . }}-{{ include "common.name.rtmgr" . }}
26 chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
27 release: {{ .Release.Name }}
28 heritage: {{ .Release.Service }}
30 replicas: {{ .Values.rtmgr.replicaCount }}
33 app: {{ include "common.namespace.platform" . }}-{{ include "common.name.rtmgr" . }}
34 release: {{ .Release.Name }}
37 {{- if .Values.rtmgr.annotations }}
39 {{- .Values.rtmgr.annotations | nindent 8 -}}
42 app: {{ include "common.namespace.platform" . }}-{{ include "common.name.rtmgr" . }}
43 release: {{ .Release.Name }}
45 hostname: {{ include "common.name.rtmgr" . }}
47 - name: {{ include "common.dockerregistry.credential" $imagectx }}
49 - name: {{ include "common.containername.rtmgr" . }}
50 image: {{ include "common.dockerregistry.url" $imagectx }}/{{ .Values.rtmgr.image.name }}:{{ .Values.rtmgr.image.tag }}
51 imagePullPolicy: {{ include "common.dockerregistry.pullpolicy" $pullpolicyctx }}
52 command: ["/run_rtmgr.sh"]
54 #args: ["-c", "while true; do echo hello; sleep 10;done"]
57 name: {{ include "common.configmapname.rtmgr" . }}-env
64 containerPort: {{ include "common.serviceport.rtmgr.http" . }}
66 containerPort: {{ include "common.serviceport.rtmgr.rmr.route" . }}
68 containerPort: {{ include "common.serviceport.rtmgr.rmr.data" . }}
72 name: {{ include "common.configmapname.rtmgr" . }}-rtmgrcfg
75 path: rtmgr-config.yaml