From f25752b92724f3f40eda16e3d3a914317c6da4f5 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin <win10@list.ru> Date: Wed, 8 Dec 2021 12:34:18 +0400 Subject: [PATCH] Updated deploy config. Signed-off-by: Pavel Kirilin <win10@list.ru> --- deploy/helm/templates/deployment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy/helm/templates/deployment.yaml b/deploy/helm/templates/deployment.yaml index 48902c7..09fce84 100644 --- a/deploy/helm/templates/deployment.yaml +++ b/deploy/helm/templates/deployment.yaml @@ -4,7 +4,8 @@ metadata: name: {{ include "s3rius-blog.fullname" . }} labels: {{- include "s3rius-blog.labels" . | nindent 4 }} - deployed_at: {{now | quote}} + annotations: + updated_at: {{now | quote}} spec: {{- if not .Values.autoscaling.enabled }} replicas: {{ .Values.replicaCount }} -- GitLab