vaibhav_16dec | 0e58a66 | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 1 | # Copyright © 2017 Amdocs, Bell Canada |
toshrajbhardwaj | 84d73b1 | 2018-08-06 07:35:14 +0000 | [diff] [blame] | 2 | # Modifications Copyright © 2018 AT&T |
vaibhav_16dec | 0e58a66 | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 3 | # |
| 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 |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 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 | |
Mandeep Khinda | fc06843 | 2017-08-30 14:24:02 +0000 | [diff] [blame] | 16 | apiVersion: extensions/v1beta1 |
| 17 | kind: Deployment |
| 18 | metadata: |
kj | 6a8ce80 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 19 | name: {{ include "common.fullname" . }} |
| 20 | namespace: {{ include "common.namespace" . }} |
| 21 | labels: |
| 22 | app: {{ include "common.name" . }} |
| 23 | chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} |
| 24 | release: {{ .Release.Name }} |
| 25 | heritage: {{ .Release.Service }} |
Mandeep Khinda | fc06843 | 2017-08-30 14:24:02 +0000 | [diff] [blame] | 26 | spec: |
kj | 6a8ce80 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 27 | replicas: {{ .Values.replicaCount }} |
Mandeep Khinda | fc06843 | 2017-08-30 14:24:02 +0000 | [diff] [blame] | 28 | selector: |
| 29 | matchLabels: |
kj | 6a8ce80 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 30 | app: {{ include "common.name" . }} |
Mandeep Khinda | fc06843 | 2017-08-30 14:24:02 +0000 | [diff] [blame] | 31 | template: |
| 32 | metadata: |
| 33 | labels: |
kj | 6a8ce80 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 34 | app: {{ include "common.name" . }} |
| 35 | release: {{ .Release.Name }} |
| 36 | name: {{ include "common.name" . }} |
AdrianSlavkovsky | c7c7b47 | 2018-03-08 09:55:53 +0100 | [diff] [blame] | 37 | annotations: |
Harish V Kajur | cef6152 | 2018-05-07 14:02:46 +0000 | [diff] [blame] | 38 | checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }} |
AdrianSlavkovsky | c7c7b47 | 2018-03-08 09:55:53 +0100 | [diff] [blame] | 39 | msb.onap.org/service-info: '[ |
| 40 | { |
| 41 | "serviceName": "_aai-generic-query", |
| 42 | "version": "v11", |
| 43 | "url": "/aai/v11/search/generic-query", |
| 44 | "protocol": "REST", |
| 45 | "port": "8446", |
| 46 | "enable_ssl": true, |
| 47 | "lb_policy":"ip_hash", |
| 48 | "visualRange": "1", |
| 49 | "path": "/aai/v11/search/generic-query" |
| 50 | }, |
| 51 | { |
| 52 | "serviceName": "_aai-generic-query", |
| 53 | "version": "v12", |
| 54 | "url": "/aai/v12/search/generic-query", |
| 55 | "protocol": "REST", |
| 56 | "port": "8446", |
| 57 | "enable_ssl": true, |
| 58 | "lb_policy":"ip_hash", |
| 59 | "visualRange": "1", |
| 60 | "path": "/aai/v12/search/generic-query" |
| 61 | }, |
| 62 | { |
| 63 | "serviceName": "_aai-generic-query", |
| 64 | "version": "v13", |
| 65 | "url": "/aai/v13/search/generic-query", |
| 66 | "protocol": "REST", |
| 67 | "port": "8446", |
| 68 | "enable_ssl": true, |
| 69 | "lb_policy":"ip_hash", |
| 70 | "visualRange": "1", |
| 71 | "path": "/aai/v13/search/generic-query" |
| 72 | }, |
| 73 | { |
| 74 | "serviceName": "_aai-nodes-query", |
| 75 | "version": "v11", |
| 76 | "url": "/aai/v11/search/nodes-query", |
| 77 | "protocol": "REST", |
| 78 | "port": "8446", |
| 79 | "enable_ssl": true, |
| 80 | "lb_policy":"ip_hash", |
| 81 | "visualRange": "1", |
| 82 | "path": "/aai/v11/search/nodes-query" |
| 83 | }, |
| 84 | { |
| 85 | "serviceName": "_aai-nodes-query", |
| 86 | "version": "v12", |
| 87 | "url": "/aai/v12/search/nodes-query", |
| 88 | "protocol": "REST", |
| 89 | "port": "8446", |
| 90 | "enable_ssl": true, |
| 91 | "lb_policy":"ip_hash", |
| 92 | "visualRange": "1", |
| 93 | "path": "/aai/v12/search/nodes-query" |
| 94 | }, |
| 95 | { |
| 96 | "serviceName": "_aai-nodes-query", |
| 97 | "version": "v13", |
| 98 | "url": "/aai/v13/search/nodes-query", |
| 99 | "protocol": "REST", |
| 100 | "port": "8446", |
| 101 | "enable_ssl": true, |
| 102 | "lb_policy":"ip_hash", |
| 103 | "visualRange": "1", |
| 104 | "path": "/aai/v13/search/nodes-query" |
| 105 | }, |
| 106 | { |
| 107 | "serviceName": "_aai-query", |
| 108 | "version": "v11", |
| 109 | "url": "/aai/v11/query", |
| 110 | "protocol": "REST", |
| 111 | "port": "8446", |
| 112 | "enable_ssl": true, |
| 113 | "lb_policy":"ip_hash", |
| 114 | "visualRange": "1", |
| 115 | "path": "/aai/v11/query" |
| 116 | }, |
| 117 | { |
| 118 | "serviceName": "_aai-query", |
| 119 | "version": "v12", |
| 120 | "url": "/aai/v12/query", |
| 121 | "protocol": "REST", |
| 122 | "port": "8446", |
| 123 | "enable_ssl": true, |
| 124 | "lb_policy":"ip_hash", |
| 125 | "visualRange": "1", |
| 126 | "path": "/aai/v12/query" |
| 127 | }, |
| 128 | { |
| 129 | "serviceName": "_aai-query", |
| 130 | "version": "v13", |
| 131 | "url": "/aai/v13/query", |
| 132 | "protocol": "REST", |
| 133 | "port": "8446", |
| 134 | "enable_ssl": true, |
| 135 | "lb_policy":"ip_hash", |
| 136 | "visualRange": "1", |
| 137 | "path": "/aai/v13/query" |
| 138 | }, |
| 139 | { |
| 140 | "serviceName": "_aai-named-query", |
| 141 | "url": "/aai/search", |
| 142 | "protocol": "REST", |
| 143 | "port": "8446", |
| 144 | "enable_ssl": true, |
| 145 | "lb_policy":"ip_hash", |
| 146 | "visualRange": "1", |
| 147 | "path": "/aai/search" |
| 148 | }, |
| 149 | { |
| 150 | "serviceName": "aai-generic-query", |
| 151 | "version": "v11", |
| 152 | "url": "/aai/v11/search/generic-query", |
| 153 | "protocol": "REST", |
| 154 | "port": "8446", |
| 155 | "enable_ssl": true, |
| 156 | "lb_policy":"ip_hash", |
| 157 | "visualRange": "1" |
| 158 | }, |
| 159 | { |
| 160 | "serviceName": "aai-generic-query", |
| 161 | "version": "v12", |
| 162 | "url": "/aai/v12/search/generic-query", |
| 163 | "protocol": "REST", |
| 164 | "port": "8446", |
| 165 | "enable_ssl": true, |
| 166 | "lb_policy":"ip_hash", |
| 167 | "visualRange": "1" |
| 168 | }, |
| 169 | { |
| 170 | "serviceName": "aai-generic-query", |
| 171 | "version": "v13", |
| 172 | "url": "/aai/v13/search/generic-query", |
| 173 | "protocol": "REST", |
| 174 | "port": "8446", |
| 175 | "enable_ssl": true, |
| 176 | "lb_policy":"ip_hash", |
| 177 | "visualRange": "1" |
| 178 | }, |
| 179 | { |
| 180 | "serviceName": "aai-nodes-query", |
| 181 | "version": "v11", |
| 182 | "url": "/aai/v11/search/nodes-query", |
| 183 | "protocol": "REST", |
| 184 | "port": "8446", |
| 185 | "enable_ssl": true, |
| 186 | "lb_policy":"ip_hash", |
| 187 | "visualRange": "1" |
| 188 | }, |
| 189 | { |
| 190 | "serviceName": "aai-nodes-query", |
| 191 | "version": "v12", |
| 192 | "url": "/aai/v12/search/nodes-query", |
| 193 | "protocol": "REST", |
| 194 | "port": "8446", |
| 195 | "enable_ssl": true, |
| 196 | "lb_policy":"ip_hash", |
| 197 | "visualRange": "1" |
| 198 | }, |
| 199 | { |
| 200 | "serviceName": "aai-nodes-query", |
| 201 | "version": "v13", |
| 202 | "url": "/aai/v13/search/nodes-query", |
| 203 | "protocol": "REST", |
| 204 | "port": "8446", |
| 205 | "enable_ssl": true, |
| 206 | "lb_policy":"ip_hash", |
| 207 | "visualRange": "1" |
| 208 | }, |
| 209 | { |
| 210 | "serviceName": "aai-query", |
| 211 | "version": "v11", |
| 212 | "url": "/aai/v11/query", |
| 213 | "protocol": "REST", |
| 214 | "port": "8446", |
| 215 | "enable_ssl": true, |
| 216 | "lb_policy":"ip_hash", |
| 217 | "visualRange": "1" |
| 218 | }, |
| 219 | { |
| 220 | "serviceName": "aai-query", |
| 221 | "version": "v12", |
| 222 | "url": "/aai/v12/query", |
| 223 | "protocol": "REST", |
| 224 | "port": "8446", |
| 225 | "enable_ssl": true, |
| 226 | "lb_policy":"ip_hash", |
| 227 | "visualRange": "1" |
| 228 | }, |
| 229 | { |
| 230 | "serviceName": "aai-query", |
| 231 | "version": "v13", |
| 232 | "url": "/aai/v13/query", |
| 233 | "protocol": "REST", |
| 234 | "port": "8446", |
| 235 | "enable_ssl": true, |
| 236 | "lb_policy":"ip_hash", |
| 237 | "visualRange": "1" |
| 238 | }, |
| 239 | { |
| 240 | "serviceName": "aai-named-query", |
| 241 | "url": "/aai/search", |
| 242 | "protocol": "REST", |
| 243 | "port": "8446", |
| 244 | "enable_ssl": true, |
| 245 | "lb_policy":"ip_hash", |
| 246 | "visualRange": "1" |
| 247 | } |
| 248 | ]' |
Mandeep Khinda | fc06843 | 2017-08-30 14:24:02 +0000 | [diff] [blame] | 249 | spec: |
vagrant | 62ddc7d | 2018-03-10 23:56:32 +0000 | [diff] [blame] | 250 | hostname: aai-traversal |
Kajur, Harish (vk250x) | 41a435d | 2018-09-06 14:44:40 -0400 | [diff] [blame] | 251 | {{ if .Values.global.initContainers.enabled }} |
kiranya | 6eea480 | 2017-11-22 12:21:55 +0000 | [diff] [blame] | 252 | initContainers: |
| 253 | - command: |
Kajur, Harish (vk250x) | 41a435d | 2018-09-06 14:44:40 -0400 | [diff] [blame] | 254 | {{ if .Values.global.jobs.createSchema.enabled }} |
| 255 | - /root/job_complete.py |
| 256 | args: |
| 257 | - --job-name |
| 258 | - {{ .Release.Name }}-aai-graphadmin-create-db-schema |
| 259 | {{ else }} |
kiranya | 6eea480 | 2017-11-22 12:21:55 +0000 | [diff] [blame] | 260 | - /root/ready.py |
| 261 | args: |
| 262 | - --container-name |
vagrant | 62ddc7d | 2018-03-10 23:56:32 +0000 | [diff] [blame] | 263 | - aai-cassandra |
Kajur, Harish (vk250x) | 41a435d | 2018-09-06 14:44:40 -0400 | [diff] [blame] | 264 | {{ end }} |
kiranya | 6eea480 | 2017-11-22 12:21:55 +0000 | [diff] [blame] | 265 | env: |
| 266 | - name: NAMESPACE |
| 267 | valueFrom: |
| 268 | fieldRef: |
| 269 | apiVersion: v1 |
| 270 | fieldPath: metadata.namespace |
kj | 6a8ce80 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 271 | image: "{{ .Values.global.readinessRepository }}/{{ .Values.global.readinessImage }}" |
| 272 | imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }} |
| 273 | name: {{ include "common.name" . }}-readiness |
Kajur, Harish (vk250x) | 41a435d | 2018-09-06 14:44:40 -0400 | [diff] [blame] | 274 | {{ end }} |
Mandeep Khinda | fc06843 | 2017-08-30 14:24:02 +0000 | [diff] [blame] | 275 | containers: |
kj | 6a8ce80 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 276 | - name: {{ include "common.name" . }} |
BorislavG | 809b1d7 | 2018-05-06 12:55:20 +0000 | [diff] [blame] | 277 | image: "{{ include "common.repository" . }}/{{ .Values.image }}" |
kj | 6a8ce80 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 278 | imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }} |
Mandeep Khinda | fc06843 | 2017-08-30 14:24:02 +0000 | [diff] [blame] | 279 | env: |
vagrant | 62ddc7d | 2018-03-10 23:56:32 +0000 | [diff] [blame] | 280 | - name: DISABLE_UPDATE_QUERY |
| 281 | value: {{ .Values.config.disableUpdateQuery | quote }} |
| 282 | - name: LOCAL_USER_ID |
Kajur, Harish (vk250x) | 41a435d | 2018-09-06 14:44:40 -0400 | [diff] [blame] | 283 | value: {{ .Values.global.config.userId | quote }} |
vagrant | 62ddc7d | 2018-03-10 23:56:32 +0000 | [diff] [blame] | 284 | - name: LOCAL_GROUP_ID |
Kajur, Harish (vk250x) | 41a435d | 2018-09-06 14:44:40 -0400 | [diff] [blame] | 285 | value: {{ .Values.global.config.groupId | quote }} |
Mandeep Khinda | fc06843 | 2017-08-30 14:24:02 +0000 | [diff] [blame] | 286 | volumeMounts: |
yuryn | c400bf5 | 2017-09-13 19:21:03 +0300 | [diff] [blame] | 287 | - mountPath: /etc/localtime |
| 288 | name: localtime |
| 289 | readOnly: true |
vagrant | 62ddc7d | 2018-03-10 23:56:32 +0000 | [diff] [blame] | 290 | - mountPath: /opt/app/aai-traversal/resources/etc/appprops/janusgraph-realtime.properties |
| 291 | name: {{ include "common.fullname" . }}-db-real-conf |
| 292 | subPath: janusgraph-realtime.properties |
| 293 | - mountPath: /opt/app/aai-traversal/resources/etc/appprops/janusgraph-cached.properties |
| 294 | name: {{ include "common.fullname" . }}-db-cached-conf |
| 295 | subPath: janusgraph-cached.properties |
| 296 | - mountPath: /opt/app/aai-traversal/resources/etc/appprops/aaiconfig.properties |
| 297 | name: {{ include "common.fullname" . }}-aaiconfig-conf |
| 298 | subPath: aaiconfig.properties |
Harish V Kajur | cef6152 | 2018-05-07 14:02:46 +0000 | [diff] [blame] | 299 | - mountPath: /opt/aai/logroot/AAI-GQ |
vagrant | 62ddc7d | 2018-03-10 23:56:32 +0000 | [diff] [blame] | 300 | name: {{ include "common.fullname" . }}-logs |
| 301 | - mountPath: /opt/app/aai-traversal/resources/logback.xml |
| 302 | name: {{ include "common.fullname" . }}-log-conf |
BorislavG | c4bafe1 | 2017-10-03 15:40:55 +0300 | [diff] [blame] | 303 | subPath: logback.xml |
vagrant | 62ddc7d | 2018-03-10 23:56:32 +0000 | [diff] [blame] | 304 | - mountPath: /opt/app/aai-traversal/resources/localhost-access-logback.xml |
| 305 | name: {{ include "common.fullname" . }}-localhost-access-log-conf |
| 306 | subPath: localhost-access-logback.xml |
Pavel Paroulek | edb3276 | 2018-09-12 21:34:41 +0200 | [diff] [blame] | 307 | - mountPath: /opt/app/aai-traversal/resources/aaf/org.onap.aai.keyfile |
| 308 | name: {{ include "common.fullname" . }}-aaf-certs |
| 309 | subPath: org.onap.aai.keyfile |
| 310 | - mountPath: /opt/app/aai-traversal/resources/aaf/org.onap.aai.props |
| 311 | name: {{ include "common.fullname" . }}-aaf-properties |
| 312 | subPath: org.onap.aai.props |
| 313 | - mountPath: /opt/app/aai-traversal/resources/aaf/org.osaaf.location.props |
| 314 | name: {{ include "common.fullname" . }}-aaf-properties |
| 315 | subPath: org.osaaf.location.props |
| 316 | - mountPath: /opt/app/aai-traversal/resources/aaf/permissions.properties |
| 317 | name: {{ include "common.fullname" . }}-aaf-properties |
| 318 | subPath: permissions.properties |
| 319 | - mountPath: /opt/app/aai-traversal/resources/cadi.properties |
| 320 | name: {{ include "common.fullname" . }}-aaf-properties |
| 321 | subPath: cadi.properties |
| 322 | - mountPath: /opt/app/aai-traversal/resources/aaf/org.onap.aai.p12 |
| 323 | name: {{ include "common.fullname" . }}-aaf-certs |
| 324 | subPath: org.onap.aai.p12 |
| 325 | - mountPath: /opt/app/aai-traversal/resources/aaf/truststoreONAPall.jks |
| 326 | name: {{ include "common.fullname" . }}-aaf-certs |
| 327 | subPath: truststoreONAPall.jks |
vagrant | 62ddc7d | 2018-03-10 23:56:32 +0000 | [diff] [blame] | 328 | - mountPath: /opt/app/aai-traversal/resources/application.properties |
| 329 | name: {{ include "common.fullname" . }}-springapp-conf |
| 330 | subPath: application.properties |
Kajur, Harish (vk250x) | 41a435d | 2018-09-06 14:44:40 -0400 | [diff] [blame] | 331 | {{ $global := . }} |
| 332 | {{ range $job := .Values.global.config.auth.files }} |
| 333 | - mountPath: /opt/app/aai-traversal/resources/etc/auth/{{ . }} |
| 334 | name: {{ include "common.fullname" $global }}-auth-truststore-sec |
| 335 | subPath: {{ . }} |
| 336 | {{ end }} |
Mandeep Khinda | fc06843 | 2017-08-30 14:24:02 +0000 | [diff] [blame] | 337 | ports: |
kj | 6a8ce80 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 338 | - containerPort: {{ .Values.service.internalPort }} |
| 339 | - containerPort: {{ .Values.service.internalPort2 }} |
| 340 | # disable liveness probe when breakpoints set in debugger |
| 341 | # so K8s doesn't restart unresponsive container |
| 342 | {{ if .Values.liveness.enabled }} |
| 343 | livenessProbe: |
| 344 | tcpSocket: |
| 345 | port: {{ .Values.service.internalPort }} |
| 346 | initialDelaySeconds: {{ .Values.liveness.initialDelaySeconds }} |
| 347 | periodSeconds: {{ .Values.liveness.periodSeconds }} |
| 348 | {{ end }} |
Mandeep Khinda | fc06843 | 2017-08-30 14:24:02 +0000 | [diff] [blame] | 349 | readinessProbe: |
| 350 | tcpSocket: |
kj | 6a8ce80 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 351 | port: {{ .Values.service.internalPort }} |
| 352 | initialDelaySeconds: {{ .Values.readiness.initialDelaySeconds }} |
| 353 | periodSeconds: {{ .Values.readiness.periodSeconds }} |
| 354 | resources: |
Mandeep Khinda | 47cf115 | 2018-09-24 15:25:42 +0000 | [diff] [blame^] | 355 | {{ include "common.resources" . | indent 12 }} |
kj | 6a8ce80 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 356 | {{- if .Values.nodeSelector }} |
| 357 | nodeSelector: |
| 358 | {{ toYaml .Values.nodeSelector | indent 8 }} |
| 359 | {{- end -}} |
| 360 | {{- if .Values.affinity }} |
| 361 | affinity: |
| 362 | {{ toYaml .Values.affinity | indent 8 }} |
| 363 | {{- end }} |
| 364 | |
| 365 | # side car containers |
| 366 | - name: filebeat-onap |
| 367 | image: "{{ .Values.global.loggingRepository }}/{{ .Values.global.loggingImage }}" |
| 368 | imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }} |
BorislavG | c4bafe1 | 2017-10-03 15:40:55 +0300 | [diff] [blame] | 369 | volumeMounts: |
| 370 | - mountPath: /usr/share/filebeat/filebeat.yml |
mayankg2703 | 2eb57a2 | 2018-02-05 09:01:02 +0000 | [diff] [blame] | 371 | subPath: filebeat.yml |
BorislavG | c4bafe1 | 2017-10-03 15:40:55 +0300 | [diff] [blame] | 372 | name: filebeat-conf |
| 373 | - mountPath: /var/log/onap |
vagrant | 62ddc7d | 2018-03-10 23:56:32 +0000 | [diff] [blame] | 374 | name: {{ include "common.fullname" . }}-logs |
BorislavG | c4bafe1 | 2017-10-03 15:40:55 +0300 | [diff] [blame] | 375 | - mountPath: /usr/share/filebeat/data |
vagrant | 62ddc7d | 2018-03-10 23:56:32 +0000 | [diff] [blame] | 376 | name: {{ include "common.fullname" . }}-filebeat |
Mandeep Khinda | fc06843 | 2017-08-30 14:24:02 +0000 | [diff] [blame] | 377 | volumes: |
yuryn | c400bf5 | 2017-09-13 19:21:03 +0300 | [diff] [blame] | 378 | - name: localtime |
| 379 | hostPath: |
| 380 | path: /etc/localtime |
BorislavG | c4bafe1 | 2017-10-03 15:40:55 +0300 | [diff] [blame] | 381 | - name: filebeat-conf |
mayankg2703 | 2eb57a2 | 2018-02-05 09:01:02 +0000 | [diff] [blame] | 382 | configMap: |
kj | 6a8ce80 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 383 | name: aai-filebeat |
vagrant | 62ddc7d | 2018-03-10 23:56:32 +0000 | [diff] [blame] | 384 | - name: {{ include "common.fullname" . }}-logs |
BorislavG | c4bafe1 | 2017-10-03 15:40:55 +0300 | [diff] [blame] | 385 | emptyDir: {} |
vagrant | 62ddc7d | 2018-03-10 23:56:32 +0000 | [diff] [blame] | 386 | - name: {{ include "common.fullname" . }}-filebeat |
BorislavG | c4bafe1 | 2017-10-03 15:40:55 +0300 | [diff] [blame] | 387 | emptyDir: {} |
vagrant | 62ddc7d | 2018-03-10 23:56:32 +0000 | [diff] [blame] | 388 | - name: {{ include "common.fullname" . }}-log-conf |
BorislavG | c4bafe1 | 2017-10-03 15:40:55 +0300 | [diff] [blame] | 389 | configMap: |
kj | 6a8ce80 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 390 | name: {{ include "common.fullname" . }}-log |
vagrant | 62ddc7d | 2018-03-10 23:56:32 +0000 | [diff] [blame] | 391 | - name: {{ include "common.fullname" . }}-localhost-access-log-conf |
| 392 | configMap: |
| 393 | name: {{ include "common.fullname" . }}-localhost-access-log-configmap |
| 394 | - name: {{ include "common.fullname" . }}-db-real-conf |
| 395 | configMap: |
| 396 | name: {{ include "common.fullname" . }}-db-real-configmap |
| 397 | - name: {{ include "common.fullname" . }}-db-cached-conf |
| 398 | configMap: |
| 399 | name: {{ include "common.fullname" . }}-db-cached-configmap |
| 400 | - name: {{ include "common.fullname" . }}-aaiconfig-conf |
| 401 | configMap: |
| 402 | name: {{ include "common.fullname" . }}-aaiconfig-configmap |
Pavel Paroulek | edb3276 | 2018-09-12 21:34:41 +0200 | [diff] [blame] | 403 | - name: {{ include "common.fullname" . }}-aaf-properties |
| 404 | configMap: |
| 405 | name: {{ include "common.fullname" . }}-aaf-props |
| 406 | - name: {{ include "common.fullname" . }}-aaf-certs |
| 407 | secret: |
| 408 | secretName: {{ include "common.fullname" . }}-aaf-keys |
vagrant | 62ddc7d | 2018-03-10 23:56:32 +0000 | [diff] [blame] | 409 | - name: {{ include "common.fullname" . }}-springapp-conf |
| 410 | configMap: |
| 411 | name: {{ include "common.fullname" . }}-springapp-configmap |
| 412 | - name: {{ include "common.fullname" . }}-realm-conf |
| 413 | configMap: |
| 414 | name: {{ include "common.fullname" . }}-realm-configmap |
Kajur, Harish (vk250x) | 41a435d | 2018-09-06 14:44:40 -0400 | [diff] [blame] | 415 | - name: {{ include "common.fullname" . }}-auth-truststore-sec |
vagrant | 62ddc7d | 2018-03-10 23:56:32 +0000 | [diff] [blame] | 416 | secret: |
Kajur, Harish (vk250x) | 41a435d | 2018-09-06 14:44:40 -0400 | [diff] [blame] | 417 | secretName: aai-auth-truststore-secret |
| 418 | items: |
| 419 | {{ range $job := .Values.global.config.auth.files }} |
| 420 | - key: {{ . }} |
| 421 | path: {{ . }} |
| 422 | {{ end }} |
kj | 6a8ce80 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 423 | restartPolicy: {{ .Values.global.restartPolicy | default .Values.restartPolicy }} |
Mandeep Khinda | fc06843 | 2017-08-30 14:24:02 +0000 | [diff] [blame] | 424 | imagePullSecrets: |
kj | 6a8ce80 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 425 | - name: "{{ include "common.namespace" . }}-docker-registry-key" |