diff --git a/templates/ingress/ingress.yaml b/templates/ingress/ingress.yaml index 5deb43789091851e71d4047729c37c292e466f37..1c54fde173db5f6f07ff775351511c32fa62a825 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