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

Commit

Permalink
Increase default resources of apisix (#84)
Browse files Browse the repository at this point in the history
* increase default resources of apisix

* Update helm chart versions

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
pulledtim and github-actions[bot] committed Jul 9, 2024
1 parent 3aeeec8 commit 51a1fd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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: 5.5.0
version: 5.5.1
dependencies:
- name: postgresql
condition: postgresql.enabled
Expand Down
4 changes: 4 additions & 0 deletions charts/data-space-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ apisix:
enabled: true
# -- configuration in regard to the apisix control plane
controlPlane:
# -- resources config to be set
resourcesPreset: micro
# -- should it be enabled
enabled: true
# -- configuration in regard to the apisix ingressController
Expand All @@ -188,6 +190,8 @@ apisix:
enabled: false
# -- configuration in regard to the apisix dataplane
dataPlane:
# -- resources config to be set
resourcesPreset: micro
# -- configuration for extra configmaps to be deployed
extraConfig:
deployment:
Expand Down

0 comments on commit 51a1fd9

Please sign in to comment.