mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix replica count conflict (#19203)
Signed-off-by: Naseem <naseemkullah@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
cbfd6764d7
commit
9fa62be553
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: cloudserver
|
||||
version: 1.0.3
|
||||
version: 1.0.4
|
||||
appVersion: 8.1.5
|
||||
kubeVersion: "^1.8.0-0"
|
||||
description: An open-source Node.js implementation of the Amazon S3 protocol on the front-end and backend storage capabilities to multiple clouds, including Azure and Google.
|
||||
|
||||
@@ -9,7 +9,9 @@ metadata:
|
||||
release: {{ .Release.Name }}
|
||||
heritage: {{ .Release.Service }}
|
||||
spec:
|
||||
{{- if not .Values.api.autoscaling.enabled }}
|
||||
replicas: {{ .Values.api.replicaCount }}
|
||||
{{- end }}
|
||||
selector:
|
||||
matchLabels:
|
||||
app: {{ template "cloudserver.name" . }}
|
||||
|
||||
Reference in New Issue
Block a user