Merge "Create RMR route listening services. Further integrating charts with common...
[it/dep.git] / ric-infra / 10-Nexus / helm / values.yaml
index b35bd0c..91ba957 100644 (file)
 # Default values for nexus.
 # This is a YAML-formatted file.
 # Declare variables to be passed into your templates.
+repository: "nexus3.o-ran-sc.org:10004"
+imagePullPolicy: IfNotPresent
+repositoryCred: docker-reg-cred
+helmRepositoryCert: xapp-mgr-certs
 
-replicaCount: 1
+nexus:
+  replicaCount: 1
 
-# This is the name of K8S secret that contains the docker registry cert
-# You can override this by using
-# repositoryCertOverride: ""
-repositoryCert: docker-reg-certs
+  # This is the admin password
+  adminPassword: admin123
 
 # This is designed to be deployed using local image
-image:
-  repository: nexus-repository-helm-apt
-  tag: 1.0.0
-  pullPolicy: Never
+  image:
+    name: nexus-repository-helm-apt
+    tag: 1.0.0
 
-service:
-  port:
-    nexus: 80
-    docker: 10001
-ingress:
-  hostpostfix: ricinfra.local
+  service:
+    nexus:
+      port: 80
+      containerPort: 8081 
+    docker:
+      port: 10001
+      containerPort: 10001
 
+
+  storagesize: 20Gi
+  datapath: /tmp/nexus3-data/