fix: move operator into elastic-system namespace and add DNS record

This commit is contained in:
2026-01-19 22:09:31 +05:00
parent 65e40c02db
commit 8e6739a7c3
2 changed files with 2 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ export class K8SOperators extends TerraformStack {
repository: "https://helm.elastic.co",
chart: "eck-operator",
name: "elasticsearch",
namespace: "elastic",
namespace: "elastic-system",
createNamespace: true,
});
}