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", repository: "https://helm.elastic.co",
chart: "eck-operator", chart: "eck-operator",
name: "elasticsearch", name: "elasticsearch",
namespace: "elastic", namespace: "elastic-system",
createNamespace: true, createNamespace: true,
}); });
} }

View File

@@ -71,6 +71,7 @@ export class UtilityServices extends TerraformStack {
"pip.dogar.dev", "pip.dogar.dev",
"npm.dogar.dev", "npm.dogar.dev",
"go.dogar.dev", "go.dogar.dev",
"elastic.dogar.dev",
], ],
}); });