Merge "Bump OOF image versions to 1.2.1"
[oom.git] / kubernetes / so / charts / so-catalog-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 repository: nexus3.onap.org:10001\r
15 image: onap/so/catalog-db-adapter:latest\r
16 pullPolicy: IfNotPresent\r
17 replicaCount: 1\r
18 minReadySeconds: 10\r
19 containerPort: 8082\r
20 logPath: ./logs/catdb/\r
21 app: catalog-db-adapter\r
22 service:\r
23     type: ClusterIP\r
24     internalPort: 8082\r
25     externalPort: 8082\r
26     portName: so-catdb-port\r
27 updateStrategy:\r
28     type: RollingUpdate\r
29     maxUnavailable: 1\r
30     maxSurge: 1\r
31 resources:\r
32     requests:\r
33       memory: 1Gi\r
34       cpu: 500m\r
35     limits:\r
36       memory: 4Gi\r
37       cpu: 2000m\r
38 livenessProbe:\r
39     path: /manage/health\r
40     port: 8082\r
41     scheme: HTTP\r
42     initialDelaySeconds: 600\r
43     periodSeconds: 60\r
44     timeoutSeconds: 10\r
45     successThreshold: 1\r
46     failureThreshold: 3\r
47 ingress:\r
48   enabled: false\r
49 nodeSelector: {}\r
50 tolerations: []\r
51 affinity: {}\r