Update nexus helm charts. Docker and helm repos are exposed using separated ingress...
[it/dep.git] / ric-infra / 10-Nexus / helm / values.yaml
index 31f8a72..91ba957 100644 (file)
 # Default values for nexus.
 # This is a YAML-formatted file.
 # Declare variables to be passed into your templates.
-
-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 name of K8S secret that contains the helm repository cert
-# You can override this by using
-# helmRepositoryCertOverride: ""
+repository: "nexus3.o-ran-sc.org:10004"
+imagePullPolicy: IfNotPresent
+repositoryCred: docker-reg-cred
 helmRepositoryCert: xapp-mgr-certs
 
+nexus:
+  replicaCount: 1
 
-# This is the admin password
-adminPassword: admin123
+  # 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/
+  storagesize: 20Gi
+  datapath: /tmp/nexus3-data/