diff --git a/devops/aws/chart/templates/hpa.yaml b/devops/aws/chart/templates/hpa.yaml deleted file mode 100644 index ebb18c38fb89acf807d21c1b31e7349aa0566991..0000000000000000000000000000000000000000 --- a/devops/aws/chart/templates/hpa.yaml +++ /dev/null @@ -1,4 +0,0 @@ -{{- template "common.hpa" (list . "os-notification.hpa") -}} -{{- define "os-notification.hpa" -}} -## Define overrides for the service HPA resource here -{{- end -}} diff --git a/devops/aws/chart/templates/scaledobject.yaml b/devops/aws/chart/templates/scaledobject.yaml new file mode 100644 index 0000000000000000000000000000000000000000..223a84f81b02c2956d41f67cb33199886b259b81 --- /dev/null +++ b/devops/aws/chart/templates/scaledobject.yaml @@ -0,0 +1,4 @@ +{{- template "common.scaledobject" (list . "os-notification.scaledobject") -}} +{{- define "os-notification.scaledobject" -}} +## Define overrides for the service's scaled object resource here +{{- end -}} \ No newline at end of file