Files
templates/blueprints/openobserve/template.toml
Andrew Tinekov 66fea6e989 feat: add OpenObserve template (#750)
* feat: add openobserve template

* fix(openobserve): fix code violations
2026-07-07 17:36:07 -06:00

18 lines
316 B
TOML

[variables]
main_domain = "${domain}"
root_email = "${email}"
root_password = "${password:32}"
[config]
env = [
"ZO_ROOT_USER_EMAIL=${root_email}",
"ZO_ROOT_USER_PASSWORD=${root_password}",
"ZO_DATA_DIR=/data",
]
mounts = []
[[config.domains]]
serviceName = "openobserve"
port = 5080
host = "${main_domain}"