From face122fb0ad5643c2684da65ba9b6fb093dbea2 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 26 Jul 2025 21:48:24 -0500 Subject: [PATCH] add elastic operator --- .../storage/elastic-operator/Chart.yaml | 21 +++++++++++++++++++ .../storage/elastic-operator/values.yaml | 14 +++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 clusters/cl01tl/storage/elastic-operator/Chart.yaml create mode 100644 clusters/cl01tl/storage/elastic-operator/values.yaml diff --git a/clusters/cl01tl/storage/elastic-operator/Chart.yaml b/clusters/cl01tl/storage/elastic-operator/Chart.yaml new file mode 100644 index 000000000..3700e1f61 --- /dev/null +++ b/clusters/cl01tl/storage/elastic-operator/Chart.yaml @@ -0,0 +1,21 @@ +apiVersion: v2 +name: elastic-operator +version: 1.0.0 +description: Elastic Cloud on Kubernetes +keywords: + - elastic-operator + - operator + - elastic-search + - kubernetes +home: https://wiki.alexlebens.dev/s/ +sources: + - https://github.com/elastic/cloud-on-k8s + - https://github.com/elastic/cloud-on-k8s/tree/main/deploy/eck-operator +maintainers: + - name: alexlebens +dependencies: + - name: eck-operator + version: 3.0.0 + repository: https://helm.elastic.co +icon: https://helm.elastic.co/icons/eck.png +appVersion: 1.26.0 diff --git a/clusters/cl01tl/storage/elastic-operator/values.yaml b/clusters/cl01tl/storage/elastic-operator/values.yaml new file mode 100644 index 000000000..c62cf6b10 --- /dev/null +++ b/clusters/cl01tl/storage/elastic-operator/values.yaml @@ -0,0 +1,14 @@ +eck-operator: + managedNamespaces: + - tubearchivist + - stalwart + installCRDs: true + replicaCount: 2 + telemetry: + disabled: true + config: + logVerbosity: "0" + metrics: + port: "9000" + podMonitor: + enabled: true