Skip to content

Commit

Permalink
Merge 7078723 into 34f1fc1
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan authored Oct 15, 2024
2 parents 34f1fc1 + 7078723 commit 4952813
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 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 @@ -32,7 +32,7 @@ dependencies:
repository: https://fiware.github.io/helm-charts
- name: apisix
condition: apisix.enabled
version: 3.1.0
version: 3.5.1
repository: oci://registry-1.docker.io/bitnamicharts
# data-service
- name: scorpio-broker-aaio
Expand Down
10 changes: 10 additions & 0 deletions charts/data-space-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ apisix:
controlPlane:
# -- should it be enabled
enabled: true
# -- resource preset to have sufficient memory
resourcesPreset: small
# -- configuration in regard to the apisix ingressController
ingressController:
# -- should it be enabled
Expand All @@ -187,6 +189,8 @@ apisix:
enabled: false
# -- configuration in regard to the apisix dataplane
dataPlane:
# -- resource preset to have sufficient memory
resourcesPreset: small
# -- configuration for extra configmaps to be deployed
extraConfig:
deployment:
Expand All @@ -195,6 +199,12 @@ 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
2 changes: 0 additions & 2 deletions k3s/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ keycloak:
apisix:
image:
debug: true
dashboard:
enabled: false
dataPlane:
ingress:
enabled: true
Expand Down

0 comments on commit 4952813

Please sign in to comment.