From c05e49782c85e57db6700d455105cf3e50db149c Mon Sep 17 00:00:00 2001 From: ycz008 Date: Mon, 18 Dec 2023 15:18:57 +0800 Subject: [PATCH] update tcs kibana domain --- tcs-upgrade/elastic/kibana.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tcs-upgrade/elastic/kibana.yaml b/tcs-upgrade/elastic/kibana.yaml index 6894e6f..2bc817e 100644 --- a/tcs-upgrade/elastic/kibana.yaml +++ b/tcs-upgrade/elastic/kibana.yaml @@ -6,6 +6,7 @@ data: kibana.yml: |- server.name: kibana server.host: 0.0.0.0 + server.publicBaseUrl: kibana-tcs.beaconfireinc.com elasticsearch.hosts: [ "http://elastic:9200" ] --- @@ -63,4 +64,4 @@ spec: targetPort: 5601 selector: app: kibana - type: ClusterIP \ No newline at end of file + type: ClusterIP