mirror of
https://github.com/truenas/charts.git
synced 2026-04-09 13:48:48 +08:00
* Upgraded catalog item(s)
This commit upgrades elastic-search, nextcloud, pgadmin, immich, n8n catalog item(s).
* bump common
---------
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
31 lines
447 B
YAML
31 lines
447 B
YAML
image:
|
|
repository: docker.elastic.co/elasticsearch/elasticsearch
|
|
pullPolicy: IfNotPresent
|
|
tag: 8.10.2
|
|
|
|
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
|
|
datasetName: data
|