Files
truecharts/charts/incubator/tubearchivist-es/values.yaml
T
TrueCharts BotandGitHub 819eb3b7b1 chore(deps): update docker general non-major (#4171)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-10-24 09:14:38 +03:00

30 lines
640 B
YAML

env:
ELASTIC_PASSWORD: verysecret
ES_JAVA_OPTS: -Xms512m -Xmx512m
discovery.type: single-node
xpack.security.enabled: "true"
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/tubearchivist-es
tag: latest@sha256:567b04f2f0ec4b6e3a47f6af7bf1b126c1f484e4fd1de6a00918eb938037b918
persistence:
data:
enabled: true
mountPath: /usr/share/elasticsearch/data
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 9200
protocol: TCP
targetPort: 9200
portal:
enabled: true