Skip to content

Commit

Permalink
Merge 1dc45db into a5b3f84
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan authored Oct 18, 2024
2 parents a5b3f84 + 1dc45db commit e23ee32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/data-space-connector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: data-space-connector
description: Umbrella Chart for the FIWARE Data Space Connector, combining all essential parts to be used by a participant.
type: application
version: 7.3.4
version: 7.3.6
dependencies:
- name: postgresql
condition: postgresql.enabled
Expand Down
12 changes: 6 additions & 6 deletions charts/data-space-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,12 @@ apisix:
persistence:
# -- should it be enabled
enabled: false
# -- configuration in regard to the apisix dashboard
dashboard:
# -- should it be enabled
enabled: true
# -- resource preset to have sufficient memory
resourcesPreset: small
# -- configuration in regard to the apisix dataplane
dataPlane:
# -- resource preset to have sufficient memory
Expand All @@ -194,12 +200,6 @@ apisix:
config_provider: yaml
apisix:
extra_lua_path: /extra/apisix/plugins/?.lua
# -- configuration in regard to the apisix dashboard
dashboard:
# -- should it be enabled
enabled: true
# -- resource preset to have sufficient memory
resourcesPreset: small
# -- extra volumes
# we need `routes` to declaratively configure the routes
# and the config for the opa sidecar
Expand Down

0 comments on commit e23ee32

Please sign in to comment.