Merge "nexus+mariadb upgrade to latest patch versions"
[oom.git] / kubernetes / policy / charts / drools / charts / nexus / values.yaml
index 91089aa..5d85f6c 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright © 2017 Amdocs, Bell Canada
-# Modifications Copyright © 2018 AT&T
+# Modifications Copyright © 2018-2019 AT&T
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: sonatype/nexus:2.14.8-01
+image: sonatype/nexus:2.14.13-01
 pullPolicy: Always
 
 # flag to enable debugging - application support required
@@ -59,10 +59,11 @@ readiness:
   path: /nexus/service/local/status
 
 service:
-  type: NodePort
+  type: ClusterIP
   name: nexus
   portName: nexus
   externalPort: 8081
+  internalPort: 8081
   nodePort: 36
 
 ingress:
@@ -94,4 +95,5 @@ resources:
       memory: 2Gi
     requests:
       cpu: 2m
-      memory: 1Gi
\ No newline at end of file
+      memory: 1Gi
+  unlimited: {}