feat: add hpa.yaml to starter

This commit is contained in:
Chi-En Wu
2020-04-27 17:21:02 +08:00
parent fa72519684
commit fa06118b67
4 changed files with 6 additions and 3 deletions

View File

@ -24,5 +24,5 @@ appVersion: 1.16.0
dependencies:
- name: common
version: "0.4.0"
version: "0.4.1"
repository: "https://hahow-helm-charts.storage.googleapis.com/"

View File

@ -0,0 +1,3 @@
{{/* vim: set filetype=mustache: */}}
{{- include "common.hpa" (list . .Values.autoscaling) -}}