{ "name": "OpenSearch NGINX Load Balancer", "version": "1.0.0", "slug": "opensearch-nginx-lb", "description": "NGINX load balancer for OpenSearch coordinator nodes.", "arch": ["amd64", "armv7", "aarch64"], "startup": "services", "boot": "auto", "host_network": true, "map": [ [ "config", "./config", "rw" ] ], "options": { "lb_port": 9200, "coordinator_nodes": [ "os-coord-1", "os-coord-2" ] }, "schema": { "lb_port": "int", "coordinator_nodes": "list(str)" }, "ports": { "9200/tcp": 9200 } }