From 577a521fd2757b7f377d8986c1c94f9d2445a474 Mon Sep 17 00:00:00 2001 From: lvyongxin Date: Fri, 21 Aug 2020 18:06:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ingresshost?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/ingress/ingress.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/ingress/ingress.yaml b/templates/ingress/ingress.yaml index 5deb437..1c54fde 100644 --- a/templates/ingress/ingress.yaml +++ b/templates/ingress/ingress.yaml @@ -183,7 +183,7 @@ spec: apiVersion: bcc.bd-apaas.com/v1alpha1 kind: IngressHost metadata: - name: harbor + name: harbor-core namespace: {{ .Release.Namespace }} spec: host: {{ .Values.expose.ingress.hosts.core }} @@ -191,7 +191,7 @@ spec: apiVersion: bcc.bd-apaas.com/v1alpha1 kind: IngressHost metadata: - name: harbor + name: harbor-natory namespace: {{ .Release.Namespace }} spec: host: {{ .Values.expose.ingress.hosts.notary }} \ No newline at end of file -- 2.26.0