From cbc062f5a3813ab15c0e1fb82a9f8fba8250d0b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lino?= Date: Tue, 21 Apr 2020 18:24:32 +0100 Subject: [PATCH] Enable docker repository. --- values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/values.yaml b/values.yaml index 3db8ba4..1586ba3 100644 --- a/values.yaml +++ b/values.yaml @@ -76,12 +76,12 @@ nexus: # - "www.example.com" route: - enabled: false + enabled: true name: docker portName: docker labels: annotations: - # path: /docker + path: /docker nexusProxy: enabled: true @@ -93,8 +93,8 @@ nexusProxy: targetPort: 8080 # labels: {} env: - nexusDockerHost: - nexusHttpHost: www.joaolino.com + nexusDockerHost: "www.joaolino.com" + nexusHttpHost: "www.joaolino.com" enforceHttps: false cloudIamAuthEnabled: false ## If cloudIamAuthEnabled is set to true uncomment the variables below and remove this line -- 2.24.1