36 lines
837 B
YAML
36 lines
837 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: public.ecr.aws/zinclabs/openobserve
|
|
tag: v0.91.1@sha256:e1ff0445fab3e748ac4cf630308cc8493579e50d19ad255bb3a3b8c1b710aaf7
|
|
pullPolicy: IfNotPresent
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
ZO_ROOT_USER_EMAIL: admin@example.com
|
|
ZO_ROOT_USER_PASSWORD: Changemechangemechangemechange1!
|
|
ZO_DATA_DIR: /data
|
|
ZO_WEB_URL: "https://logs.example.com"
|
|
ZO_TELEMETRY: "false"
|
|
probes:
|
|
liveness:
|
|
path: "/healthz"
|
|
readiness:
|
|
path: "/healthz"
|
|
startup:
|
|
path: "/healthz"
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 5080
|