2022-11-15 00:14:12 +00:00
|
|
|
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
|
2022-11-30 19:34:29 +00:00
|
|
|
tag: latest@sha256:0d90e11755e78b32a32b39fc1525f71c87b98f026b4f9faf7a705a30160f59c4
|
2022-11-15 00:14:12 +00:00
|
|
|
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
|