From fdef30441840a7f6b41dffc8cf95c374e0f47f18 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Wed, 6 Mar 2024 16:36:47 -0800 Subject: [PATCH] Roll deployments every time --- charts/app/templates/backend/templates/deployment.yaml | 1 + charts/app/templates/frontend/templates/deployment.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/charts/app/templates/backend/templates/deployment.yaml b/charts/app/templates/backend/templates/deployment.yaml index 466f203c6..1fb984628 100644 --- a/charts/app/templates/backend/templates/deployment.yaml +++ b/charts/app/templates/backend/templates/deployment.yaml @@ -17,6 +17,7 @@ spec: template: metadata: annotations: + rollme: {{ randAlphaNum 5 | quote }} prometheus.io/scrape: 'true' prometheus.io/port: '3000' prometheus.io/path: '/api/metrics' diff --git a/charts/app/templates/frontend/templates/deployment.yaml b/charts/app/templates/frontend/templates/deployment.yaml index 99af15d36..0647cee79 100644 --- a/charts/app/templates/frontend/templates/deployment.yaml +++ b/charts/app/templates/frontend/templates/deployment.yaml @@ -17,6 +17,7 @@ spec: template: metadata: annotations: + rollme: {{ randAlphaNum 5 | quote }} prometheus.io/scrape: 'true' prometheus.io/port: '3003' prometheus.io/path: '/metrics'