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
Changes from 1 commit
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
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
Loading