mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-19 02:52:56 +02:00
Add nix-infra-machine
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{ config, pkgs, lib, ... }: {
|
||||
# Enable OpenSearch using the infrastructure module
|
||||
infrastructure.opensearch = {
|
||||
enable = true;
|
||||
bindToIp = "127.0.0.1";
|
||||
httpPort = 9201;
|
||||
transportPort = 9301;
|
||||
clusterName = "test-cluster";
|
||||
singleNode = true;
|
||||
heapSize = "512m";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user