Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 1 | # Copyright © 2017 Amdocs, AT&T, Bell Canada |
toshrajbhardwaj | f4fc1c6 | 2018-08-06 07:35:14 +0000 | [diff] [blame] | 2 | # Modifications Copyright © 2018 ZTE |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +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 | |
kwasiel | 59cc6a4 | 2020-07-23 10:02:49 +0000 | [diff] [blame] | 16 | apiVersion: apps/v1 |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 17 | kind: Deployment |
| 18 | metadata: |
| 19 | name: {{ include "common.fullname" . }} |
| 20 | namespace: {{ include "common.namespace" . }} |
| 21 | labels: |
| 22 | app: {{ include "common.name" . }} |
| 23 | chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} |
Krzysztof Opasiak | 137d7cc | 2020-01-24 23:49:11 +0100 | [diff] [blame] | 24 | release: {{ include "common.release" . }} |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 25 | heritage: {{ .Release.Service }} |
| 26 | spec: |
kwasiel | 59cc6a4 | 2020-07-23 10:02:49 +0000 | [diff] [blame] | 27 | selector: |
| 28 | matchLabels: |
| 29 | app: {{ include "common.name" . }} |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 30 | replicas: {{ .Values.replicaCount }} |
| 31 | template: |
| 32 | metadata: |
| 33 | labels: |
| 34 | app: {{ include "common.name" . }} |
Krzysztof Opasiak | 137d7cc | 2020-01-24 23:49:11 +0100 | [diff] [blame] | 35 | release: {{ include "common.release" . }} |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 36 | spec: |
ChrisC | 742a7b2 | 2020-09-04 11:29:57 +0200 | [diff] [blame] | 37 | initContainers: {{ include "common.certInitializer.initContainer" . | nindent 6 }} |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 38 | - name: {{ include "common.name" . }}-job-completion |
Sylvain Desbureaux | 1694e1d | 2020-08-21 09:58:25 +0200 | [diff] [blame] | 39 | image: "{{ include "common.repository" . }}/{{ .Values.global.readinessImage }}" |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 40 | imagePullPolicy: "{{ .Values.global.pullPolicy | default .Values.pullPolicy }}" |
| 41 | command: |
Sylvain Desbureaux | 1694e1d | 2020-08-21 09:58:25 +0200 | [diff] [blame] | 42 | - /app/ready.py |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 43 | args: |
| 44 | - --job-name |
Krzysztof Opasiak | 137d7cc | 2020-01-24 23:49:11 +0100 | [diff] [blame] | 45 | - {{ include "common.release" . }}-sdc-onboarding-be-cassandra-init |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 46 | env: |
| 47 | - name: NAMESPACE |
| 48 | valueFrom: |
| 49 | fieldRef: |
| 50 | apiVersion: v1 |
| 51 | fieldPath: metadata.namespace |
ChrisC | 3217234 | 2020-10-02 16:39:13 +0200 | [diff] [blame] | 52 | resources: |
| 53 | limits: |
| 54 | cpu: 100m |
| 55 | memory: 100Mi |
| 56 | requests: |
| 57 | cpu: 3m |
| 58 | memory: 20Mi |
ChrisC | 742a7b2 | 2020-09-04 11:29:57 +0200 | [diff] [blame] | 59 | {{- if .Values.global.aafEnabled }} |
k.kedron | 2774ab1 | 2020-03-26 11:13:46 +0100 | [diff] [blame] | 60 | - name: {{ include "common.name" . }}-update-config |
| 61 | image: "{{ .Values.global.envsubstImage }}" |
| 62 | imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }} |
| 63 | command: |
ChrisC | 742a7b2 | 2020-09-04 11:29:57 +0200 | [diff] [blame] | 64 | - sh |
k.kedron | 2774ab1 | 2020-03-26 11:13:46 +0100 | [diff] [blame] | 65 | args: |
ChrisC | 742a7b2 | 2020-09-04 11:29:57 +0200 | [diff] [blame] | 66 | - "-c" |
| 67 | - | |
| 68 | export $(grep '^c' {{ .Values.certInitializer.credsPath }}/mycreds.prop | xargs -0) |
| 69 | export KEYSTORE_PASS=$cadi_keystore_password_p12 |
| 70 | export KEYMANAGER_PASS=$cadi_keystore_password_p12 |
| 71 | export TRUSTSTORE_PASS=$cadi_truststore_password |
| 72 | cp {{ .Values.certInitializer.credsPath }}/{{ .Values.certInitializer.keystoreFile }} /config-output |
| 73 | cp {{ .Values.certInitializer.credsPath }}/{{ .Values.certInitializer.truststoreFile }} /config-output |
| 74 | cd /config-input && \ |
| 75 | for PFILE in `find . -not -type d | grep -v -F ..` |
| 76 | do |
| 77 | envsubst <${PFILE} >/config-output/${PFILE} |
| 78 | chmod 0755 /config-output/${PFILE} |
| 79 | done |
| 80 | volumeMounts: {{ include "common.certInitializer.volumeMount" . | nindent 10 }} |
k.kedron | 2774ab1 | 2020-03-26 11:13:46 +0100 | [diff] [blame] | 81 | - name: {{ include "common.fullname" . }}-environments |
| 82 | mountPath: /config-input/ |
| 83 | - name: sdc-environments-output |
| 84 | mountPath: /config-output/ |
ChrisC | 3217234 | 2020-10-02 16:39:13 +0200 | [diff] [blame] | 85 | resources: |
| 86 | limits: |
| 87 | cpu: 100m |
| 88 | memory: 100Mi |
| 89 | requests: |
| 90 | cpu: 3m |
| 91 | memory: 20Mi |
ChrisC | 742a7b2 | 2020-09-04 11:29:57 +0200 | [diff] [blame] | 92 | {{- end }} |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 93 | containers: |
| 94 | - name: {{ include "common.name" . }} |
| 95 | image: "{{ include "common.repository" . }}/{{ .Values.image }}" |
| 96 | imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }} |
| 97 | ports: |
| 98 | - containerPort: {{ .Values.service.internalPort }} |
| 99 | - containerPort: {{ .Values.service.internalPort2 }} |
| 100 | {{ if eq .Values.liveness.enabled true }} |
| 101 | livenessProbe: |
amitjai | a4cef27 | 2019-01-08 15:29:42 +0530 | [diff] [blame] | 102 | exec: |
| 103 | command: |
MichaelMorris | b137f7e | 2020-03-15 17:44:48 +0000 | [diff] [blame] | 104 | - "/var/lib/jetty/ready-probe.sh" |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 105 | initialDelaySeconds: {{ .Values.liveness.initialDelaySeconds }} |
| 106 | periodSeconds: {{ .Values.liveness.periodSeconds }} |
Brian Freeman | 6142d94 | 2019-10-02 09:50:19 -0500 | [diff] [blame] | 107 | timeoutSeconds: {{ .Values.liveness.timeoutSeconds }} |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 108 | {{ end }} |
| 109 | readinessProbe: |
| 110 | exec: |
| 111 | command: |
MichaelMorris | b137f7e | 2020-03-15 17:44:48 +0000 | [diff] [blame] | 112 | - "/var/lib/jetty/ready-probe.sh" |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 113 | initialDelaySeconds: {{ .Values.readiness.initialDelaySeconds }} |
| 114 | periodSeconds: {{ .Values.readiness.periodSeconds }} |
Brian Freeman | 6142d94 | 2019-10-02 09:50:19 -0500 | [diff] [blame] | 115 | timeoutSeconds: {{ .Values.liveness.timeoutSeconds }} |
ChrisC | 3217234 | 2020-10-02 16:39:13 +0200 | [diff] [blame] | 116 | resources: {{ include "common.resources" . | nindent 12 }} |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 117 | env: |
| 118 | - name: ENVNAME |
ChrisC | 742a7b2 | 2020-09-04 11:29:57 +0200 | [diff] [blame] | 119 | value: {{ .Values.env.name }} |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 120 | - name: JAVA_OPTIONS |
| 121 | value: {{ .Values.config.javaOptions }} |
| 122 | - name: SDC_CLUSTER_NAME |
ChrisC | 742a7b2 | 2020-09-04 11:29:57 +0200 | [diff] [blame] | 123 | value: "SDC-CS-{{ .Values.env.name }}" |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 124 | - name: cassandra_ssl_enabled |
| 125 | value: {{ .Values.config.cassandraSslEnabled | quote }} |
| 126 | - name: HOST_IP |
| 127 | valueFrom: |
| 128 | fieldRef: |
| 129 | fieldPath: status.podIP |
| 130 | - name: SDC_USER |
| 131 | valueFrom: |
Krzysztof Opasiak | 137d7cc | 2020-01-24 23:49:11 +0100 | [diff] [blame] | 132 | secretKeyRef: {name: {{ include "common.release" . }}-sdc-cs-secrets, key: sdc_user} |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 133 | - name: SDC_PASSWORD |
| 134 | valueFrom: |
Krzysztof Opasiak | 137d7cc | 2020-01-24 23:49:11 +0100 | [diff] [blame] | 135 | secretKeyRef: {name: {{ include "common.release" . }}-sdc-cs-secrets, key: sdc_password} |
kooper | 543d3aa | 2019-05-02 10:27:15 +0000 | [diff] [blame] | 136 | - name: SDC_CERT_DIR |
| 137 | value: {{ .Values.cert.certDir }} |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 138 | volumeMounts: |
k.kedron | 2774ab1 | 2020-03-26 11:13:46 +0100 | [diff] [blame] | 139 | - name: sdc-environments-output |
MichaelMorris | b137f7e | 2020-03-15 17:44:48 +0000 | [diff] [blame] | 140 | mountPath: /var/lib/jetty/chef-solo/environments/ |
ChrisC | 742a7b2 | 2020-09-04 11:29:57 +0200 | [diff] [blame] | 141 | - name: sdc-environments-output |
k.kedron | 2774ab1 | 2020-03-26 11:13:46 +0100 | [diff] [blame] | 142 | mountPath: /var/lib/jetty/chef-solo/cookbooks/sdc-onboard-backend/files/default/org.onap.sdc.p12 |
| 143 | subPath: org.onap.sdc.p12 |
ChrisC | 742a7b2 | 2020-09-04 11:29:57 +0200 | [diff] [blame] | 144 | - name: sdc-environments-output |
k.kedron | 2774ab1 | 2020-03-26 11:13:46 +0100 | [diff] [blame] | 145 | mountPath: /var/lib/jetty/chef-solo/cookbooks/sdc-onboard-backend/files/default/org.onap.sdc.trust.jks |
| 146 | subPath: org.onap.sdc.trust.jks |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 147 | - name: {{ include "common.fullname" . }}-localtime |
| 148 | mountPath: /etc/localtime |
| 149 | readOnly: true |
| 150 | - name: {{ include "common.fullname" . }}-logs |
| 151 | mountPath: /var/log/onap |
| 152 | - name: {{ include "common.fullname" . }}-logback |
| 153 | mountPath: /tmp/logback.xml |
| 154 | subPath: logback.xml |
| 155 | lifecycle: |
| 156 | postStart: |
| 157 | exec: |
| 158 | command: ["/bin/sh", "-c", "export LOG=wait_logback.log; touch $LOG; export SRC=/tmp/logback.xml; export DST=/var/lib/jetty/config/onboarding-be/; while [ ! -e $DST ]; do echo 'Waiting for $DST...' >> $LOG; sleep 5; done; sleep 2; /bin/cp -f $SRC $DST; echo 'Done' >> $LOG"] |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 159 | # side car containers |
| 160 | - name: {{ include "common.name" . }}-filebeat-onap |
| 161 | image: "{{ .Values.global.loggingRepository }}/{{ .Values.global.loggingImage }}" |
| 162 | imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }} |
| 163 | volumeMounts: |
| 164 | - name: {{ include "common.fullname" . }}-filebeat-conf |
| 165 | mountPath: /usr/share/filebeat/filebeat.yml |
| 166 | subPath: filebeat.yml |
| 167 | - name: {{ include "common.fullname" . }}-logs |
| 168 | mountPath: /var/log/onap |
| 169 | - name: {{ include "common.fullname" . }}-data-filebeat |
| 170 | mountPath: /usr/share/filebeat/data |
ChrisC | 3217234 | 2020-10-02 16:39:13 +0200 | [diff] [blame] | 171 | resources: |
| 172 | limits: |
| 173 | cpu: 100m |
| 174 | memory: 100Mi |
| 175 | requests: |
| 176 | cpu: 3m |
| 177 | memory: 20Mi |
ChrisC | 742a7b2 | 2020-09-04 11:29:57 +0200 | [diff] [blame] | 178 | volumes: {{ include "common.certInitializer.volumes" . | nindent 6 }} |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 179 | - name: {{ include "common.fullname" . }}-localtime |
| 180 | hostPath: |
| 181 | path: /etc/localtime |
| 182 | - name: {{ include "common.fullname" . }}-filebeat-conf |
| 183 | configMap: |
Krzysztof Opasiak | 137d7cc | 2020-01-24 23:49:11 +0100 | [diff] [blame] | 184 | name: {{ include "common.release" . }}-sdc-filebeat-configmap |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 185 | - name: {{ include "common.fullname" . }}-data-filebeat |
| 186 | emptyDir: {} |
| 187 | - name: {{ include "common.fullname" . }}-logback |
| 188 | configMap: |
| 189 | name : {{ include "common.fullname" . }}-logging-configmap |
| 190 | - name: {{ include "common.fullname" . }}-environments |
| 191 | configMap: |
Krzysztof Opasiak | 137d7cc | 2020-01-24 23:49:11 +0100 | [diff] [blame] | 192 | name: {{ include "common.release" . }}-sdc-environments-configmap |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 193 | defaultMode: 0755 |
k.kedron | 2774ab1 | 2020-03-26 11:13:46 +0100 | [diff] [blame] | 194 | - name: sdc-environments-output |
| 195 | emptyDir: { medium: "Memory" } |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 196 | - name: {{ include "common.fullname" . }}-logs |
| 197 | emptyDir: {} |
| 198 | imagePullSecrets: |
toshrajbhardwaj | f4fc1c6 | 2018-08-06 07:35:14 +0000 | [diff] [blame] | 199 | - name: "{{ include "common.namespace" . }}-docker-registry-key" |