1 # Copyright © 2018 AT&T USA
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
7 # http://www.apache.org/licenses/LICENSE-2.0
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14 apiVersion: extensions/v1beta1
17 name: {{ include "common.fullname" . }}
18 namespace: {{ include "common.namespace" . }}
20 app: {{ include "common.fullname" . }}
21 chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
22 release: {{ .Release.Name }}
24 replicas: {{ index .Values.replicaCount }}
25 minReadySeconds: {{ index .Values.minReadySeconds }}
27 type: {{ index .Values.updateStrategy.type }}
29 maxUnavailable: {{ index .Values.updateStrategy.maxUnavailable }}
30 maxSurge: {{ index .Values.updateStrategy.maxSurge }}
34 app: {{ include "common.name" . }}
35 release: {{ .Release.Name }}
43 imagePullPolicy: {{ index .Values.pullPolicy }}
44 command: ["/bin/sh", "-c", "chown -Rf 1000:1000 /app/logs"]
47 - name: {{ include "common.name" . }}
48 image: {{ include "common.repository" . }}/{{ .Values.image }}
50 {{ toYaml (pluck .Values.flavor .Values.resources| first) | indent 12 }}
55 name: {{ .Release.Name}}-so-db-secrets
56 key: mariadb.readwrite.host
60 name: {{ .Release.Name}}-so-db-secrets
61 key: mariadb.readwrite.port
65 name: {{ .Release.Name}}-so-db-secrets
66 key: mariadb.readwrite.rolename
70 name: {{ .Release.Name}}-so-db-secrets
71 key: mariadb.readwrite.password
72 - name: DB_ADMIN_USERNAME
75 name: {{ .Release.Name}}-so-db-secrets
76 key: mariadb.admin.rolename
77 - name: DB_ADMIN_PASSWORD
80 name: {{ .Release.Name}}-so-db-secrets
81 key: mariadb.admin.password
82 - name: CADI_KEYSTORE_PASSWORD
85 name: {{ .Release.Name}}-so-ssl-pwd-secret
86 key: cadi_keystore_password
87 - name: CADI_TRUSTSTORE_PASSWORD
90 name: {{ .Release.Name}}-so-ssl-pwd-secret
91 key: cadi_truststore_password
92 - name: MSO_KEYSTORE_PASSWORD
95 name: {{ .Release.Name}}-so-ssl-client-secret
96 key: keystore_password
97 - name: MSO_TRUSTSTORE_PASSWORD
100 name: {{ .Release.Name}}-so-ssl-client-secret
101 key: truststore_password
104 name: {{ include "common.fullname" . }}-configmap
105 imagePullPolicy: {{ index .Values "global" "pullPolicy" }}
110 mountPath: /app/certs/
113 mountPath: /app/config
117 path: {{- index .Values.livenessProbe.path|indent 2}}
118 port: {{ index .Values.containerPort }}
119 scheme: {{- index .Values.livenessProbe.scheme| indent 2}}
120 initialDelaySeconds: {{ index .Values.livenessProbe.initialDelaySeconds}}
121 periodSeconds: {{ index .Values.livenessProbe.periodSeconds}}
122 timeoutSeconds: {{ index .Values.livenessProbe.timeoutSeconds}}
123 successThreshold: {{ index .Values.livenessProbe.successThreshold}}
124 failureThreshold: {{ index .Values.livenessProbe.failureThreshold}}
126 - containerPort: {{ index .Values.containerPort }}
127 name: {{ .Values.service.portName }}
134 secretName: {{ .Release.Name}}-so-ssl-secret
137 name: {{ include "common.fullname" . }}-app-configmap
139 - name: "{{ include "common.namespace" . }}-docker-registry-key"