mirror of
https://github.com/truenas/charts.git
synced 2026-05-11 19:16:17 +08:00
* Upgraded catalog item(s)
This commit upgrades netdata, elastic-search, nextcloud, gitea, drawio, metube, castopod, autobrr catalog item(s).
* bump common
---------
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
33 lines
494 B
YAML
33 lines
494 B
YAML
image:
|
|
repository: docker.elastic.co/elasticsearch/elasticsearch
|
|
pullPolicy: IfNotPresent
|
|
tag: 8.11.3
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
esConfig:
|
|
password: ''
|
|
heapSize: 512m
|
|
nodeName: elastic_search_node
|
|
additionalEnvs: []
|
|
|
|
# Not user configurable
|
|
esRunAs:
|
|
user: 1000
|
|
group: 1000
|
|
|
|
esNetwork:
|
|
httpPort: 30003
|
|
hostNetwork: false
|
|
certificateID:
|
|
|
|
esStorage:
|
|
data:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: data
|
|
additionalStorages: []
|