Revise harbor to use HTTPRoute and Gateway API
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user