blob: 7e49057cc0c4ff8255949a0c2c794ad581d23f46 [file] [log] [blame]
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +00001# Copyright © 2018 AT&T USA
2#
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
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
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.
14repository: nexus3.onap.org:10001
15image: onap/so/catalog-db-adapter:latest
16pullPolicy: IfNotPresent
17replicaCount: 1
18minReadySeconds: 10
19containerPort: 8082
20logPath: ./logs/catdb/
21app: catalog-db-adapter
22service:
23 type: ClusterIP
24 internalPort: 8082
25 externalPort: 10800
26 portName: so-catdb-port
27updateStrategy:
28 type: RollingUpdate
29 maxUnavailable: 1
30 maxSurge: 1
31resources:
32 requests:
33 memory: 1Gi
34 cpu: 500m
35 limits:
36 memory: 4Gi
37 cpu: 2000m
38livenessProbe:
39 path: /manage/health
40 port: 8082
41 scheme: HTTP
42 initialDelaySeconds: 600
43 periodSeconds: 60
44 timeoutSeconds: 10
45 successThreshold: 1
46 failureThreshold: 3
47ingress:
48 enabled: false
49nodeSelector: {}
50tolerations: []
51affinity: {}