d7324f56ea3e0c6c1d50ed98a12b69b836a34ef5
[it/dep.git] / infra / 10-Nexus / helm / values.yaml
1 # Default values for nexus.
2 # This is a YAML-formatted file.
3 # Declare variables to be passed into your templates.
4
5 replicaCount: 1
6
7 # This is the name of K8S secret that contains the docker registry cert
8 # You can override this by using
9 # repositoryCertOverride: ""
10 repositoryCert: docker-reg-certs
11
12 # This is designed to be deployed using local image
13 image:
14   repository: nexus-repository-helm-apt
15   tag: 1.0.0
16   pullPolicy: Never
17
18 service:
19   port:
20     nexus: 80
21     docker: 10001
22 ingress:
23   hostpostfix: ricinfra.local
24