Merge "Vid Template alignment."
[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: 8083\r
25     portName: so-reqdb-port\r
26 updateStrategy:\r
27     type: RollingUpdate\r
28     maxUnavailable: 1\r
29     maxSurge: 1\r
30 # Resource Limit flavor -By Default using small\r
31 flavor: small\r
32 # Segregation for Different environment (Small and Large)\r
33 resources:\r
34   small:\r
35     limits:\r
36       memory: 4Gi\r
37       cpu: 2000m\r
38     requests:\r
39       memory: 1Gi\r
40       cpu: 500m\r
41   large:\r
42     limits:\r
43       memory: 8Gi\r
44       cpu: 4000m\r
45     requests:\r
46       memory: 2Gi\r
47       cpu: 1000m\r
48 livenessProbe:\r
49     path: /manage/health\r
50     port: 8083\r
51     scheme: HTTP\r
52     initialDelaySeconds: 600\r
53     periodSeconds: 60\r
54     timeoutSeconds: 10\r
55     successThreshold: 1\r
56     failureThreshold: 3\r
57 ingress:\r
58   enabled: false\r
59 nodeSelector: {}\r
60 tolerations: []\r
61 affinity: {}\r