4343 runAsRoot : true
4444 # The name and tag of the docker image of the interface
4545 image : joxit/docker-registry-ui:2.2.1
46- # Override default image pull secrets
46+ # Override default image pull secrets
4747 imagePullSecrets : " -"
4848 # Override default pull policy
4949 imagePullPolicy : " -"
5454 # Optional YAML string to specify tolerations.
5555 tolerations : []
5656 # This value defines the affinity (https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity)
57- # for server pods.
57+ # for server pods.
5858 affinity : {}
5959 # Annotations to apply to the user interface deployment.
6060 annotations : null
@@ -80,7 +80,7 @@ registry:
8080 enabled : false
8181 # The name and tag of the docker registry server image
8282 image : registry:2.8.1
83- # Override default image pull secrets
83+ # Override default image pull secrets
8484 imagePullSecrets : " -"
8585 # Override default pull policy
8686 imagePullPolicy : " -"
@@ -91,7 +91,7 @@ registry:
9191 # Optional YAML string to specify tolerations.
9292 tolerations : []
9393 # This value defines the affinity (https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity)
94- # for server pods.
94+ # for server pods.
9595 affinity : {}
9696 # Annotations to apply to the registry server deployment.
9797 annotations : null
@@ -103,7 +103,7 @@ registry:
103103 # type, you must set the desired `nodePorts` setting below.
104104 type : ClusterIP
105105 # Ports that will be exposed on the service
106- port : 80
106+ port : 5000
107107 # The port to listhen on the container. If under 1024, the user must be root
108108 targetPort : 5000
109109 # If using a NodePort service type, you must specify the desired nodePort for each exposed port.
0 commit comments