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

Commit

Permalink
Added redis caching support (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Wiedemann <[email protected]>
  • Loading branch information
beknazaresenbek and Stefan Wiedemann authored Nov 27, 2023
1 parent 57cf415 commit 65318a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
6 changes: 3 additions & 3 deletions applications/tm-forum-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: tm-forum-api
description: Chart holder for argo-cd

type: application
version: 0.0.3
appVersion: "0.4.1"
version: 0.0.4
appVersion: "0.13.2"

dependencies:
- name: tm-forum-api
version: 0.2.2
version: 0.2.3
repository: https://fiware.github.io/helm-charts
16 changes: 4 additions & 12 deletions applications/tm-forum-api/values.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
tm-forum-api:
## configuration to be used by every api-deployment if nothing specific is provided.
defaultConfig:

# -- configuration to be used for the image of the container
image:
# -- repository to get the container from
#repository: quay.io/wi_stefan
repository: quay.io/beknazar
# -- tag to be used, most of the time the apis will use the same version
#tag: 0.5.0
tag: 2.0.2
# -- pull policy to be used
pullPolicy: IfNotPresent

# -- ngsi-ld broker connection information
ngsiLd:
# -- timeout for requests ot the broker
Expand Down Expand Up @@ -73,3 +61,7 @@ tm-forum-api:
- name: service-catalog
image: tmforum-service-catalog
basePath: /tmf-api/serviceCatalogManagement/v4

# redis caching
redis:
enabled: false

0 comments on commit 65318a9

Please sign in to comment.