Revise harbor to use HTTPRoute and Gateway API

This commit is contained in:
2025-11-22 17:03:55 -06:00
parent e2b762a8bf
commit 1b453c7f42

View File

@@ -8,10 +8,11 @@
:vault-load-yaml false
:k8s:chart-opts {:fetchOpts {:repo "https://helm.goharbor.io"}
:values {:externalURL '(str "https://" host)
:expose {:type "ingress"
:expose {:type "route"
:tls {:enabled false}
:ingress {:className "caddy"
:hosts {:core 'host}}}
:route {:hosts ['host]
:parentRefs [{:name "main-gateway"
:namespace "traefik"}]}}
:harborAdminPassword 'admin-password
:secretKey 'secret-key
:database {:enabled true