Skip to content

Commit

Permalink
feat: higher resources
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning committed Dec 3, 2024
1 parent efd03fc commit 57b676f
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/wazuh/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.18
version: 0.2.19

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 0 additions & 2 deletions charts/wazuh/templates/indexer/sts.indexer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ spec:
{{ include "common.tplvalues.render" (dict "value" . "context" $) | nindent 12 }}
{{- end }}
env:
- name: OPENSEARCH_JAVA_OPTS
value: '-Xms1g -Xmx1g -Dlog4j2.formatMsgNoLookups=true'
- name: CLUSTER_NAME
value: {{ include "common.names.fullname" $ }}
- name: NETWORK_HOST
Expand Down
32 changes: 32 additions & 0 deletions charts/wazuh/values-higher-ressources.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
dashboard:
resources:
requests:
cpu: 500m
memory: 1Gi
limits:
cpu: 1
memory: 2Gi
master:
resources:
requests:
cpu: 2
memory: 4Gi
limits:
cpu: 3
memory: 6Gi
worker:
resources:
requests:
cpu: 2
memory: 4Gi
limits:
cpu: 3
memory: 6Gi
indexer:
resources:
requests:
cpu: 2
memory: 4Gi
limits:
cpu: 3
memory: 6Gi
4 changes: 3 additions & 1 deletion charts/wazuh/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,9 @@ indexer:
envFrom: [ ]
##
##
env: [ ]
env:
- name: OPENSEARCH_JAVA_OPTS
value: '-Xms1g -Xmx1g -Dlog4j2.formatMsgNoLookups=true'
##
##
volumes: [ ]
Expand Down

0 comments on commit 57b676f

Please sign in to comment.