feat: add hpa.yaml
to starter
This commit is contained in:
@ -14,4 +14,4 @@ type: library
|
|||||||
|
|
||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
# to the chart and its templates, including the app version.
|
# to the chart and its templates, including the app version.
|
||||||
version: 0.4.0
|
version: 0.4.1
|
||||||
|
@ -54,7 +54,7 @@ To use the library chart, `common` should be listed in `dependencies` field in y
|
|||||||
```yaml
|
```yaml
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 0.4.0
|
version: 0.4.1
|
||||||
repository: https://hahow-helm-charts.storage.googleapis.com/
|
repository: https://hahow-helm-charts.storage.googleapis.com/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -24,5 +24,5 @@ appVersion: 1.16.0
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: "0.4.0"
|
version: "0.4.1"
|
||||||
repository: "https://hahow-helm-charts.storage.googleapis.com/"
|
repository: "https://hahow-helm-charts.storage.googleapis.com/"
|
||||||
|
3
starter/templates/hpa.yaml
Normal file
3
starter/templates/hpa.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{{/* vim: set filetype=mustache: */}}
|
||||||
|
|
||||||
|
{{- include "common.hpa" (list . .Values.autoscaling) -}}
|
Reference in New Issue
Block a user