aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/readiness
AgeCommit message (Expand)AuthorFilesLines
2019-10-03Make readiness-check work when updatedReplicas is NoneAkansha Dua1-1/+1
2019-05-15PEP8 for ready.py and job_complete.py scriptk.kedron2-23/+58
2019-05-10Add deviation in readiness check sleep timeDmitry Puzikov2-2/+6
2019-05-10Minimize container imageDmitry Puzikov3-9/+5
2019-03-01Readiness check for the deployment/statefulsetsMahendra Raghuwanshi1-17/+67
2018-07-31Add readiness support for StatefulSet resourceDavid, Dana (dd775k)1-1/+10
2018-04-16Update readiness-check versionBorislavG1-1/+1
2018-03-27adding K8s job completion utilityMandeep Khinda2-0/+101
2018-03-22License addition in all yamlsvaibhav_16dec1-0/+14
2018-03-01Run all components in one namespaceBorislavG1-1/+1
2018-02-15Readiness check add configurable timeoutBorislavG1-30/+53
2018-02-14Fix readiness-check exceptionBorislavG1-0/+3
2017-06-27[OOM-2] Replaced static proxy with envbarak1-2/+2
2017-06-24onap on kubernetes source filesMandeep Khinda3-0/+129
lass="nt"></version> <relativePath>../cps-parent/pom.xml</relativePath> </parent> <artifactId>cps-ncmp-service</artifactId> <properties> <minimum-coverage>0.96</minimum-coverage> </properties> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cps-service</artifactId> </dependency> <dependency> <groupId>org.onap.cps</groupId> <artifactId>cps-ncmp-events</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cps-path-parser</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> </dependency> <dependency> <groupId>org.mapstruct</groupId> <artifactId>mapstruct</artifactId> </dependency> <dependency> <groupId>org.mapstruct</groupId> <artifactId>mapstruct-processor</artifactId> </dependency> <dependency> <groupId>com.hazelcast</groupId> <artifactId>hazelcast-spring</artifactId> </dependency> <!-- T E S T - D E P E N D E N C I E S --> <dependency> <groupId>org.spockframework</groupId> <artifactId>spock-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.spockframework</groupId> <artifactId>spock-spring</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>kafka</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>spock</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> <exclusions> <exclusion> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </project>