diff --git a/hack/kind/apim/values.yaml b/hack/kind/apim/values.yaml index 24920ad3a..85d477577 100644 --- a/hack/kind/apim/values.yaml +++ b/hack/kind/apim/values.yaml @@ -52,6 +52,16 @@ ui: portal: enabled: false + image: + repository: gravitee-apim-portal + tag: dev + pullPolicy: IfNotPresent + ingress: + enabled: false + service: + type: NodePort + nodePort: 30081 + baseURL: http://localhost:30083/portal gateway: image: diff --git a/hack/scripts/run-kind.mjs b/hack/scripts/run-kind.mjs index b1c6e49ba..46f93e6a0 100644 --- a/hack/scripts/run-kind.mjs +++ b/hack/scripts/run-kind.mjs @@ -46,7 +46,7 @@ const IMAGES = new Map([ `${APIM_REGISTRY}/apim-management-ui:${APIM_TAG}`, `gravitee-apim-management-ui:dev`, ], - [`mongo:6.0.15-jammy`, `mongo:6.0.15-jammy`], + // [`${APIM_REGISTRY}/apim-portal-ui:${APIM_TAG}`, `gravitee-apim-portal:dev`], [`mccutchen/go-httpbin:latest`, `go-httpbin:dev`], ]);