helm chart for so containers
[oom.git] / kubernetes / so / values.yaml
1 # 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.
14 repository: nexus3.onap.org:10001
15 image: onap/so/api-handler-infra:latest
16 pullPolicy: IfNotPresent
17 replicaCount: 1
18 minReadySeconds: 10
19 containerPort: 8080
20 logPath: ./logs/apih/
21 app: api-handler-infra
22 service:
23     type: NodePort
24     nodePort: 58
25     internalPort: 10100
26     portName: so-apih-port
27 updateStrategy:
28     type: RollingUpdate
29     maxUnavailable: 1
30     maxSurge: 1
31 resources:
32     requests:
33       memory: 1Gi
34       cpu: 500m
35     limits:
36       memory: 4Gi
37       cpu: 2000m
38 livenessProbe:
39     path: /manage/health 
40     scheme: HTTPS
41     initialDelaySeconds: 600
42     periodSeconds: 60
43     timeoutSeconds: 10
44     successThreshold: 1
45     failureThreshold: 3
46 global:
47   nodePortPrefix: 302
48   # docker repository
49   repository: nexus3.onap.org:10001
50   # image pull Policy
51   pullPolicy: IfNotPresent
52 mariadb:
53   nameOverride: so-db
54 nodeSelector: {}
55 affinity: {}