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=5ae874ed52889b075d3544b6814bcc29a4e07c2c;hp=31f8a72c3635ba565b30eeefa72c188cd6038eea;hpb=62b17b9e2ec2a91cc7d84f73821017c7c6b773a8;p=it%2Fdep.git diff --git a/ric-infra/10-Nexus/helm/values.yaml b/ric-infra/10-Nexus/helm/values.yaml index 31f8a72c..91ba957c 100644 --- a/ric-infra/10-Nexus/helm/values.yaml +++ b/ric-infra/10-Nexus/helm/values.yaml @@ -18,36 +18,30 @@ # 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/