From 49f41af215b69c1de0ff5dd1a5c29c09ae04a332 Mon Sep 17 00:00:00 2001
From: Ricardo Rocha <rocha.porto@gmail.com>
Date: Mon, 17 Apr 2023 09:11:35 +0200
Subject: [PATCH] drop tolerations/affinity in srv1

---
 services/srv1/templates/deployment.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/services/srv1/templates/deployment.yaml b/services/srv1/templates/deployment.yaml
index b2227d8..29a76b1 100644
--- a/services/srv1/templates/deployment.yaml
+++ b/services/srv1/templates/deployment.yaml
@@ -29,5 +29,3 @@ spec:
             httpGet:
               path: /
               port: http
-      affinity: {}
-      tolerations: {}
-- 
GitLab