Skip to content

Commit d77dd2a

Browse files
committed
HOTFIX: Disable monitoring temporarily
It stops huggingface provisioning when the Monitoring cluster addon is disabled, similar to the issue we're having with FluentOperator
1 parent 5425a15 commit d77dd2a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

environments/stfc-base/inventory/group_vars/all/user_cluster_k8s_app_configs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,8 @@ azimuth_capi_operator_app_templates_argocd_default_values:
8787

8888
azimuth_capi_operator_app_templates_huggingface_llm_chart_name: stfc-azimuth-llm-chat
8989
azimuth_capi_operator_app_templates_huggingface_llm_chart_repo: https://stfc.github.io/cloud-helm-charts/
90+
azimuth_capi_operator_app_templates_huggingface_llm_default_values:
91+
azimuth-llm:
92+
api:
93+
monitoring:
94+
enabled: false # HOTFIX: https://github.com/stackhpc/azimuth-llm/issues/116

0 commit comments

Comments
 (0)