30 lines
640 B
YAML
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:6d14b76f71ec7d2b90a85e2f340ea947f531b2bf2903b03d35f4801eb757e4d5
|
|
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
|