Skip to content

Commit a97a5a5

Browse files
committed
refactor: add missing portal configurations in the Helm values
1 parent 72f3487 commit a97a5a5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

hack/kind/apim/values.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,16 @@ ui:
5252

5353
portal:
5454
enabled: false
55+
image:
56+
repository: gravitee-apim-portal
57+
tag: dev
58+
pullPolicy: IfNotPresent
59+
ingress:
60+
enabled: false
61+
service:
62+
type: NodePort
63+
nodePort: 30081
64+
baseURL: http://localhost:30083/portal
5565

5666
gateway:
5767
image:

hack/scripts/run-kind.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const IMAGES = new Map([
4646
`${APIM_REGISTRY}/apim-management-ui:${APIM_TAG}`,
4747
`gravitee-apim-management-ui:dev`,
4848
],
49-
[`mongo:6.0.15-jammy`, `mongo:6.0.15-jammy`],
49+
// [`${APIM_REGISTRY}/apim-portal-ui:${APIM_TAG}`, `gravitee-apim-portal:dev`],
5050
[`mccutchen/go-httpbin:latest`, `go-httpbin:dev`],
5151
]);
5252

0 commit comments

Comments
 (0)