From c28eb476902c47d04f26c5014a78538bc811f540 Mon Sep 17 00:00:00 2001 From: Artem Nikitin Date: Sun, 19 Jul 2026 15:59:07 +0200 Subject: [PATCH] Fix tenant 1 --- tenants/tenant-1/elasticsearch.yaml | 3 +++ tenants/tenant-1/kibana.yaml | 9 ++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/tenants/tenant-1/elasticsearch.yaml b/tenants/tenant-1/elasticsearch.yaml index fef4f74..15be5b7 100644 --- a/tenants/tenant-1/elasticsearch.yaml +++ b/tenants/tenant-1/elasticsearch.yaml @@ -6,6 +6,9 @@ vcpus: 4 memory_mb: 4096 kernel_args: "console=ttyS0 reboot=k panic=1 pci=off init=/sbin/fc-init /bin/tini -- /usr/local/bin/docker-entrypoint.sh eswrapper" network: true +port_forwards: + - host_port: 9200 + vm_port: 9200 health_check: type: "http" port: 9200 diff --git a/tenants/tenant-1/kibana.yaml b/tenants/tenant-1/kibana.yaml index 010fcf1..279c4a0 100644 --- a/tenants/tenant-1/kibana.yaml +++ b/tenants/tenant-1/kibana.yaml @@ -6,10 +6,11 @@ vcpus: 2 memory_mb: 2048 kernel_args: "console=ttyS0 reboot=k panic=1 pci=off init=/sbin/fc-init /bin/tini -- /usr/local/bin/kibana-docker" network: true -links: +cross_node_links: - service: "elasticsearch" env: "ELASTICSEARCH_HOSTS" - port: 9200 + host_port: 9200 + protocol: "http" port_forwards: - host_port: 5611 vm_port: 5601 @@ -17,7 +18,9 @@ health_check: type: "http" port: 5601 path: "/api/status" - interval: "15s" + # Keep the failure budget above Kibana's observed cold-start time so a + # healthy first boot is not recycled before it can answer readiness checks. + interval: "30s" timeout: "5s" retries: 5 env: