From 45883027e2d66134c73ef0aa43f110f19ede7718 Mon Sep 17 00:00:00 2001 From: "lin.huang" Date: Mon, 13 Nov 2023 12:16:03 +0800 Subject: [PATCH] fix env_template.yaml --- deployments/templates/env_template.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/deployments/templates/env_template.yaml b/deployments/templates/env_template.yaml index afa67404e..352d81e02 100644 --- a/deployments/templates/env_template.yaml +++ b/deployments/templates/env_template.yaml @@ -283,3 +283,15 @@ SERVER_BRANCH=${SERVER_BRANCH} # Port for the OpenIM admin API. # Default: OPENIM_ADMIN_API_PORT=10009 OPENIM_ADMIN_API_PORT=${OPENIM_ADMIN_API_PORT} + +# Port for the node exporter. +# Default: NODE_EXPORTER_PORT=19100 +NODE_EXPORTER_PORT=${NODE_EXPORTER_PORT} + +# Port for the prometheus. +# Default: PROMETHEUS_PORT=19090 +PROMETHEUS_PORT=${PROMETHEUS_PORT} + +# Port for the grafana. +# Default: GRAFANA_PORT=3000 +GRAFANA_PORT=${GRAFANA_PORT} \ No newline at end of file