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

Increase default resources of apisix #84

Merged
merged 2 commits into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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