From 338041d975fc7305c16ba82fbd637261fcb7044f Mon Sep 17 00:00:00 2001 From: Stefan Wiedemann Date: Fri, 15 Sep 2023 12:44:45 +0200 Subject: [PATCH] enable the proxy (#18) --- applications/tm-forum-api/Chart.yaml | 2 +- applications/tm-forum-api/values.yaml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/applications/tm-forum-api/Chart.yaml b/applications/tm-forum-api/Chart.yaml index 11456ae..e645ae0 100644 --- a/applications/tm-forum-api/Chart.yaml +++ b/applications/tm-forum-api/Chart.yaml @@ -8,5 +8,5 @@ appVersion: "0.4.1" dependencies: - name: tm-forum-api - version: 0.0.3 + version: 0.2.0 repository: https://fiware.github.io/helm-charts diff --git a/applications/tm-forum-api/values.yaml b/applications/tm-forum-api/values.yaml index bc31361..3e517db 100644 --- a/applications/tm-forum-api/values.yaml +++ b/applications/tm-forum-api/values.yaml @@ -22,6 +22,12 @@ tm-forum-api: # -- address of the broker url: http://orion:1026 + # enable the api proxy + apiProxy: + enabled: true + service: + nameOverride: pdc-tmforum-api + # -- list of apis to be deployed # -- every api needs to define a name and image. Basepath is required when routes or ingress will be enabled. Beside that, they can overwrite the default-config by using the same keys. # -- be aware: when you change the image repositrory or the tag for an api, you have to provide both values for the changes to take effect