diff --git a/charts/incubator/openobserve/.helmignore b/charts/incubator/openobserve/.helmignore new file mode 100644 index 00000000000..feb7464da6f --- /dev/null +++ b/charts/incubator/openobserve/.helmignore @@ -0,0 +1,32 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png +icon.webp +icon-small.webp diff --git a/charts/incubator/openobserve/Chart.yaml b/charts/incubator/openobserve/Chart.yaml new file mode 100644 index 00000000000..50cda16622f --- /dev/null +++ b/charts/incubator/openobserve/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + artifacthub.io/links: |- + - name: support + url: https://discord.com/invite/tVsPTHWTtr + max_scale_version: 24.04.1 + min_scale_version: 24.04.0 + truecharts.org/category: inventory + truecharts.org/max_helm_version: "3.17" + truecharts.org/min_helm_version: "3.14" + truecharts.org/train: incubator +apiVersion: v2 +appVersion: 0.14.7 +dependencies: + - name: common + version: 28.15.1 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Fast, scalable and cost-effective open source observability platform +home: https://truecharts.org/charts/incubator/openobserve +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openobserve.webp +keywords: + - logs + - metrics + - traces + - observability +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: openobserve +sources: + - https://github.com/openobserve/openobserve + - https://github.com/truecharts/charts/tree/master/charts/incubator/openobserve +type: application +version: 0.1.1 diff --git a/charts/incubator/openobserve/README.md b/charts/incubator/openobserve/README.md new file mode 100644 index 00000000000..2b8cc49d247 --- /dev/null +++ b/charts/incubator/openobserve/README.md @@ -0,0 +1,3 @@ +--- +title: README +--- diff --git a/charts/incubator/openobserve/icon-small.webp b/charts/incubator/openobserve/icon-small.webp new file mode 100644 index 00000000000..e2532160cbd Binary files /dev/null and b/charts/incubator/openobserve/icon-small.webp differ diff --git a/charts/incubator/openobserve/icon.webp b/charts/incubator/openobserve/icon.webp new file mode 100644 index 00000000000..f6f58ece385 Binary files /dev/null and b/charts/incubator/openobserve/icon.webp differ diff --git a/charts/incubator/openobserve/templates/NOTES.txt b/charts/incubator/openobserve/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/charts/incubator/openobserve/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/charts/incubator/openobserve/templates/common.yaml b/charts/incubator/openobserve/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/charts/incubator/openobserve/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/charts/incubator/openobserve/values.yaml b/charts/incubator/openobserve/values.yaml new file mode 100644 index 00000000000..0b7accdcb97 --- /dev/null +++ b/charts/incubator/openobserve/values.yaml @@ -0,0 +1,34 @@ +image: + repository: public.ecr.aws/zinclabs/openobserve + tag: v0.14.7@sha256:dbce3f9e7c96588f6bf8834f94adefe00228280b7fe7a294e9c44823665798ac + 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: changeme + 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