2 #============LICENSE_START========================================================
3 # ================================================================================
4 # Copyright (c) 2019-2020 AT&T Intellectual Property. All rights reserved.
5 # ================================================================================
6 # Licensed under the Apache License, Version 2.0 (the "License");
7 # you may not use this file except in compliance with the License.
8 # You may obtain a copy of the License at
10 # http://www.apache.org/licenses/LICENSE-2.0
12 # Unless required by applicable law or agreed to in writing, software
13 # distributed under the License is distributed on an "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 # See the License for the specific language governing permissions and
16 # limitations under the License.
17 # ============LICENSE_END=========================================================
22 metadata: {{- include "common.resourceMetadata" . | nindent 2 }}
25 selector: {{- include "common.selectors" . | nindent 4 }}
27 metadata: {{- include "common.templateMetadata" . | nindent 6 }}
30 - name: {{ include "common.name" . }}-readiness
31 image: {{ include "common.repository" . }}/{{ .Values.global.readinessImage }}
32 imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
39 - dcaemod-nifi-registry
41 - dcaemod-onboarding-api
49 fieldPath: metadata.namespace
51 - name: {{ include "common.name" . }}
52 image: "{{ include "common.repository" . }}/{{ .Values.image }}"
53 imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
54 ports: {{ include "common.containerPorts" . | nindent 12 }}
55 {{- if eq .Values.liveness.enabled true }}
58 port: {{ .Values.liveness.port }}
59 initialDelaySeconds: {{ .Values.liveness.initialDelaySeconds }}
60 periodSeconds: {{ .Values.liveness.periodSeconds }}
64 path: {{ .Values.readiness.path }}
65 port: {{ .Values.readiness.port }}
66 scheme: {{ .Values.readiness.scheme }}
67 initialDelaySeconds: {{ .Values.readiness.initialDelaySeconds }}
68 periodSeconds: {{ .Values.readiness.periodSeconds }}
70 - name: NIFI_REGISTRY_URL
71 value: {{ .Values.config.nifiRegistryURL }}
72 - name : ONBOARDING_API_URL
73 value: {{ .Values.config.onboardingAPIURL }}
74 resources: {{ include "common.resources" . | nindent 12 }}
76 - name: "{{ include "common.namespace" . }}-docker-registry-key"