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