mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-05 22:14:26 +08:00
autoscaling.apiVersion
This commit is contained in:
parent
4b46b1d173
commit
e3898ed071
2 changed files with 4 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
{{- $fullName := include (print $chart ".fullname") . -}}
|
||||
{{- $labels := include (print $chart ".labels") . -}}
|
||||
{{- $kind := "StatefulSet" -}}
|
||||
apiVersion: autoscaling/v2beta1
|
||||
apiVersion: {{ .Values.autoscaling.apiVersion }}
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: {{ $fullName | quote }}
|
||||
|
|
|
@ -95,6 +95,7 @@ autoscaling:
|
|||
# targetMemoryUtilizationPercentage: 80
|
||||
labels: {}
|
||||
annotations: {}
|
||||
apiVersion: "autoscaling/v2beta1"
|
||||
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
|
|
Loading…
Add table
Reference in a new issue