X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-infra%2F10-Nexus%2Fhelm%2Fvalues.yaml;h=91ba957cc10c49e22364216efd1df014933bb608;hb=563da71692a22c4ad04089f756fcebb86944e787;hp=b35bd0cac0856f247b2f183609114bfa6732a077;hpb=7f1e409379856025977fc8a6ea04ddb215f21a13;p=it%2Fdep.git diff --git a/ric-infra/10-Nexus/helm/values.yaml b/ric-infra/10-Nexus/helm/values.yaml index b35bd0ca..91ba957c 100644 --- a/ric-infra/10-Nexus/helm/values.yaml +++ b/ric-infra/10-Nexus/helm/values.yaml @@ -18,24 +18,30 @@ # 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/