catalog/dev/tubearchivist-es/3.0.14/ix_values.yaml

34 lines
728 B
YAML

image:
pullPolicy: IfNotPresent
repository: bbilly1/tubearchivist-es
tag: latest@sha256:2ed1d6881b5b846cb02559ba35ea4351b45ac8809bfb00681151a92cedf24cf0
persistence:
data:
enabled: true
mountPath: /usr/share/elasticsearch/data
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 9200
protocol: tcp
targetPort: 9200
workload:
main:
podSpec:
containers:
main:
env:
ELASTIC_PASSWORD: verysecret
ES_JAVA_OPTS: -Xms512m -Xmx512m
discovery.type: single-node
xpack.security.enabled: "true"