aboutsummaryrefslogtreecommitdiffstats
ModeNameSize
-rwxr-xr-x.gitignore358logstatsplain
-rw-r--r--.gitreview123logstatsplain
-rw-r--r--.readthedocs.yaml1212logstatsplain
-rwxr-xr-xINFO.yaml2637logstatsplain
-rw-r--r--LICENSE.txt10172logstatsplain
-rw-r--r--README.md1236logstatsplain
d---------checkstyle65logstatsplain
d---------cps-application65logstatsplain
d---------cps-bom35logstatsplain
d---------cps-dependencies35logstatsplain
d---------cps-events65logstatsplain
d---------cps-ncmp-events65logstatsplain
d---------cps-ncmp-rest-stub65logstatsplain
d---------cps-ncmp-rest137logstatsplain
d---------cps-ncmp-service106logstatsplain
d---------cps-parent35logstatsplain
d---------cps-path-parser106logstatsplain
d---------cps-rest137logstatsplain
d---------cps-ri106logstatsplain
d---------cps-service106logstatsplain
d---------csit390logstatsplain
d---------docker-compose83logstatsplain
d---------docs622logstatsplain
d---------jacoco-report35logstatsplain
-rw-r--r--pom.xml3024logstatsplain
d---------releases468logstatsplain
d---------spotbugs65logstatsplain
-rwxr-xr-xversion.properties1316logstatsplain
ss="l l-Scalar l-Scalar-Plain">302 readinessRepository: oomk8s readinessImage: readiness-check:2.0.0 loggingRepository: docker.elastic.co loggingImage: beats/filebeat:5.5.0 ubuntuImage: ubuntu:16.04 ################################################################# # Application configuration defaults. ################################################################# # application image repository: nexus3.onap.org:10001 image: onap/policy-drools:1.3-SNAPSHOT-latest pullPolicy: Always # flag to enable debugging - application support required debugEnabled: false # application configuration config: nexusPort: 8081 # default number of instances replicaCount: 1 nodeSelector: {} affinity: {} # probe configuration parameters liveness: initialDelaySeconds: 180 periodSeconds: 10 # necessary to disable liveness probe when setting breakpoints # in debugger so K8s doesn't restart unresponsive container enabled: true readiness: initialDelaySeconds: 60 periodSeconds: 10 service: type: NodePort name: drools portName: drools externalPort: 6969 nodePort: 17 externalPort2: 9696 nodePort2: 21 ingress: enabled: false resources: {} # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following # lines, adjust them as necessary, and remove the curly braces after 'resources:'. # # Example: # Configure resource requests and limits # ref: http://kubernetes.io/docs/user-guide/compute-resources/ # Minimum memory for development is 2 CPU cores and 4GB memory # Minimum memory for production is 4 CPU cores and 8GB memory #resources: # limits: # cpu: 2 # memory: 4Gi # requests: # cpu: 2 # memory: 4Gi