helm chart for so containers
[oom.git] / kubernetes / so / charts / so-request-db-adapter / values.yaml
1 # Copyright © 2018 AT&T USA\r
2 #\r
3 # Licensed under the Apache License, Version 2.0 (the "License");\r
4 # you may not use this file except in compliance with the License.\r
5 # You may obtain a copy of the License at\r
6 #\r
7 #       http://www.apache.org/licenses/LICENSE-2.0\r
8 #\r
9 # Unless required by applicable law or agreed to in writing, software\r
10 # distributed under the License is distributed on an "AS IS" BASIS,\r
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
12 # See the License for the specific language governing permissions and\r
13 # limitations under the License.\r
14 image: onap/so/request-db-adapter:latest\r
15 pullPolicy: IfNotPresent\r
16 replicaCount: 1\r
17 minReadySeconds: 10\r
18 containerPort: 8083\r
19 logPath: ./logs/reqdb/\r
20 app: request-db-adapter\r
21 service:\r
22     type: ClusterIP\r
23     internalPort: 8083\r
24     externalPort: 10700\r
25     portName: so-reqdb-port\r
26 updateStrategy:\r
27     type: RollingUpdate\r
28     maxUnavailable: 1\r
29     maxSurge: 1\r
30 resources:\r
31     requests:\r
32       memory: 1Gi\r
33       cpu: 500m\r
34     limits:\r
35       memory: 4Gi\r
36       cpu: 2000m\r
37 livenessProbe:\r
38     path: /manage/health\r
39     port: 8083\r
40     scheme: HTTP\r
41     initialDelaySeconds: 600\r
42     periodSeconds: 60\r
43     timeoutSeconds: 10\r
44     successThreshold: 1\r
45     failureThreshold: 3\r
46 ingress:\r
47   enabled: false\r
48 nodeSelector: {}\r
49 tolerations: []\r
50 affinity: {}