Updated deploy config.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2021-12-08 12:34:18 +04:00
parent 42ba9ee707
commit f25752b927

View File

@ -4,7 +4,8 @@ metadata:
name: {{ include "s3rius-blog.fullname" . }} name: {{ include "s3rius-blog.fullname" . }}
labels: labels:
{{- include "s3rius-blog.labels" . | nindent 4 }} {{- include "s3rius-blog.labels" . | nindent 4 }}
deployed_at: {{now | quote}} annotations:
updated_at: {{now | quote}}
spec: spec:
{{- if not .Values.autoscaling.enabled }} {{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }} replicas: {{ .Values.replicaCount }}