summaryrefslogtreecommitdiffstats
path: root/platform-logic/pom.xml
blob: 3841f288155ea041f426b58412fe3d6fa1a6366c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

	<parent>
		<groupId>org.openecomp.sdnc.oam</groupId>
		<artifactId>sdnc-oam</artifactId>
		<version>1.1.1-SNAPSHOT</version>
	</parent>

	<modelVersion>4.0.0</modelVersion>
	<packaging>pom</packaging>
	<groupId>org.openecomp.sdnc.oam</groupId>
	<artifactId>platform-logic</artifactId>
	<version>1.1.1-SNAPSHOT</version>

	<name>Platform Logic </name>
	<description>Contains platform-level service logic</description>

	<properties>
		<application.name>platform-logic</application.name>

		<maven.build.timestamp.format>yyMMdd-HHmmss</maven.build.timestamp.format>
		<build.number>${maven.build.timestamp}</build.number>
	</properties>

	<modules>
		<module>asdc-api</module>
		<module>sliapi</module>
		<module>vnfapi</module>
		<module>installer</module>
	</modules>
	<organization>
		<name>openECOMP</name>
	</organization>
</project>
>nodePortPrefixExt: 304 repository: nexus3.onap.org:10001 readinessRepository: oomk8s readinessImage: readiness-check:2.0.0 persistence: mountPath: /dockerdata-nfs ################################################################# # Application configuration defaults. ################################################################# repository: nexus3.onap.org:10001 image: onap/so/catalog-db-adapter:1.3.3 pullPolicy: Always replicaCount: 1 minReadySeconds: 10 containerPort: 8082 logPath: ./logs/catdb/ app: catalog-db-adapter service: type: ClusterIP internalPort: 8082 externalPort: 8082 portName: so-catdb-port updateStrategy: type: RollingUpdate maxUnavailable: 1 maxSurge: 1 # Resource Limit flavor -By Default using small flavor: small # Segregation for Different environment (Small and Large) resources: small: limits: memory: 4Gi cpu: 2000m requests: memory: 1Gi cpu: 500m large: limits: memory: 8Gi cpu: 4000m requests: memory: 2Gi cpu: 1000m unlimited: {} livenessProbe: path: /manage/health port: 8082 scheme: HTTP initialDelaySeconds: 600 periodSeconds: 60 timeoutSeconds: 10 successThreshold: 1 failureThreshold: 3 mariadb: nameOverride: so-mariadb ingress: enabled: false nodeSelector: {} tolerations: [] affinity: {}