##
# Copyright (C) 2023-2025 Hedera Hashgraph, LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
##

# Default resource settings for the solo Helm chart (consensus-node deployment).
# These values are applied after the chart's built-in defaults, so they can be
# overridden by a user-supplied --values file.

defaults:
  root:
    extraEnv:
      - name: JAVA_HEAP_MIN
        value: 256m
      - name: JAVA_HEAP_MAX
        value: 6g
      - name: JAVA_OPTS
        value: "-XX:+UseG1GC -XX:MaxDirectMemorySize=1500m --add-opens java.base/jdk.internal.misc=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED -Dio.netty.tryReflectionSetAccessible=true"

minio-server:
  tenant:
    pools:
      - servers: 1
        name: pool-1
        storageClassName: "standard"
        volumesPerServer: 1
        size: 10Gi
