Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
enable the proxy (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan committed Sep 15, 2023
1 parent 93162d4 commit 338041d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion applications/tm-forum-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 6 additions & 0 deletions applications/tm-forum-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 338041d

Please sign in to comment.