From 052b80d4c248cafc46b2651ce5a38a3773c67fc5 Mon Sep 17 00:00:00 2001 From: Eero Tamminen Date: Mon, 9 Sep 2024 17:08:23 +0300 Subject: [PATCH] Rename HPA template files based on Helm best practices https://helm.sh/docs/chart_best_practices/templates/ Signed-off-by: Eero Tamminen --- .../{customMetrics.yaml => custom-metrics-configmap.yaml} | 0 ...orizontalPodAutoscaler.yaml => horizontal-pod-autoscaler.yaml} | 0 ...orizontalPodAutoscaler.yaml => horizontal-pod-autoscaler.yaml} | 0 ...orizontalPorAutoscaler.yaml => horizontal-pod-autoscaler.yaml} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename helm-charts/chatqna/templates/{customMetrics.yaml => custom-metrics-configmap.yaml} (100%) rename helm-charts/common/tei/templates/{horizontalPodAutoscaler.yaml => horizontal-pod-autoscaler.yaml} (100%) rename helm-charts/common/teirerank/templates/{horizontalPodAutoscaler.yaml => horizontal-pod-autoscaler.yaml} (100%) rename helm-charts/common/tgi/templates/{horizontalPorAutoscaler.yaml => horizontal-pod-autoscaler.yaml} (100%) diff --git a/helm-charts/chatqna/templates/customMetrics.yaml b/helm-charts/chatqna/templates/custom-metrics-configmap.yaml similarity index 100% rename from helm-charts/chatqna/templates/customMetrics.yaml rename to helm-charts/chatqna/templates/custom-metrics-configmap.yaml diff --git a/helm-charts/common/tei/templates/horizontalPodAutoscaler.yaml b/helm-charts/common/tei/templates/horizontal-pod-autoscaler.yaml similarity index 100% rename from helm-charts/common/tei/templates/horizontalPodAutoscaler.yaml rename to helm-charts/common/tei/templates/horizontal-pod-autoscaler.yaml diff --git a/helm-charts/common/teirerank/templates/horizontalPodAutoscaler.yaml b/helm-charts/common/teirerank/templates/horizontal-pod-autoscaler.yaml similarity index 100% rename from helm-charts/common/teirerank/templates/horizontalPodAutoscaler.yaml rename to helm-charts/common/teirerank/templates/horizontal-pod-autoscaler.yaml diff --git a/helm-charts/common/tgi/templates/horizontalPorAutoscaler.yaml b/helm-charts/common/tgi/templates/horizontal-pod-autoscaler.yaml similarity index 100% rename from helm-charts/common/tgi/templates/horizontalPorAutoscaler.yaml rename to helm-charts/common/tgi/templates/horizontal-pod-autoscaler.yaml