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 ################################################################################
18 {{- $imagectx := dict "ctx" . "defaultregistry" .Values.o1mediator.image.registry }}
19 {{- $pullpolicyctx := dict "ctx" . "defaultpullpolicy" .Values.o1mediator.imagePullPolicy }}
24 name: {{ include "common.deploymentname.o1mediator" . }}
25 namespace: {{ include "common.namespace.platform" . }}
27 app: {{ include "common.namespace.platform" . }}-{{ include "common.name.o1mediator" . }}
28 chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
29 release: {{ .Release.Name }}
30 heritage: {{ .Release.Service }}
32 replicas: {{ .Values.o1mediator.replicaCount }}
35 app: {{ include "common.namespace.platform" . }}-{{ include "common.name.o1mediator" . }}
36 release: {{ .Release.Name }}
39 {{- if .Values.o1mediator.annotations }}
41 {{- .Values.o1mediator.annotations | nindent 8 -}}
44 app: {{ include "common.namespace.platform" . }}-{{ include "common.name.o1mediator" . }}
45 release: {{ .Release.Name }}
47 hostname: {{ include "common.name.o1mediator" . }}
49 - name: {{ include "common.dockerregistry.credential" $imagectx }}
50 serviceAccountName: {{ include "common.serviceaccountname.o1mediator" . }}
52 - name: {{ include "common.containername.o1mediator" . }}
53 image: {{ include "common.dockerregistry.url" $imagectx }}/{{ .Values.o1mediator.image.name }}:{{ .Values.o1mediator.image.tag }}
54 imagePullPolicy: {{ include "common.dockerregistry.pullpolicy" $pullpolicyctx }}
57 name: {{ include "common.configmapname.o1mediator" . }}-env
59 - name: http-supervise
60 containerPort: {{ include "common.serviceport.o1mediator.http.supervise" . }}
62 - name: http-mediation
63 containerPort: {{ include "common.serviceport.o1mediator.http.mediation" . }}
66 containerPort: {{ include "common.serviceport.o1mediator.http.event" . }}