From aa03d28d561e554602f77ac441ff6e9c3598fef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Thu, 22 Aug 2024 14:51:13 +0300 Subject: [PATCH] Fix revisionHistoryLimit --- templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/deployment.yaml b/templates/deployment.yaml index fabcd33..cf0c362 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -4,6 +4,7 @@ kind: Deployment metadata: name: hello-gin spec: + revisionHistoryLimit: 1 # prevent Kube from keeping last 20 revisions of ReplicaSets # siin on deploymenti tase replicas: 3 selector: