diff --git a/templates/_helpers.tpl b/templates/_helpers.tpl index ee5e5bae18caa5a009dfe453eef7d7a7d1af9704..55288f34ede6e9c30607654978897082e3877f60 100644 --- a/templates/_helpers.tpl +++ b/templates/_helpers.tpl @@ -269,5 +269,5 @@ host:port,pool_size,password {{- end -}} {{- define "harbor.ingress" -}} - {{- printf "%s-ingress" (include "harbor.fullname" .) -}} + {{- printf "%s" (include "harbor.fullname" .) -}} {{- end -}} \ No newline at end of file diff --git a/values-aliyun.yaml b/values-aliyun.yaml index 88f9fa97cd7f194e83da637c84a4c6c0e8f0ce2f..3f201984b6e3625ee78aba3202b2d46ff68b088a 100644 --- a/values-aliyun.yaml +++ b/values-aliyun.yaml @@ -6,8 +6,8 @@ expose: hosts: core: hub.wodcloud.local notary: notary.wodcloud.local - annotations: - ingress.kubernetes.io/ssl-redirect: "true" + # annotations: + # ingress.kubernetes.io/ssl-redirect: "true" externalURL: https://hub.wodcloud.local