blah
This commit is contained in:
@@ -8,6 +8,7 @@ spec:
|
|||||||
{{- if not .Values.autoscaling.enabled }}
|
{{- if not .Values.autoscaling.enabled }}
|
||||||
replicas: {{ .Values.replicaCount }}
|
replicas: {{ .Values.replicaCount }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
minReadySeconds: {{ .Values.minReadySeconds }}
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
{{- include "my-app.selectorLabels" . | nindent 6 }}
|
{{- include "my-app.selectorLabels" . | nindent 6 }}
|
||||||
|
|||||||
@@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
|
minReadySeconds: 120
|
||||||
|
|
||||||
container1:
|
container1:
|
||||||
image:
|
image:
|
||||||
repository: nginx
|
repository: nginx
|
||||||
|
|||||||
Reference in New Issue
Block a user