From 07bcf2b6e8a5ffd6d687c989aae5888155a2585e Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Tue, 7 Jun 2022 21:54:34 +0200 Subject: [PATCH] feat: added livenessProbe and readinessProbe --- smardigo/templates/connect/deployment.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/smardigo/templates/connect/deployment.yml b/smardigo/templates/connect/deployment.yml index 3f428d9..16b4088 100644 --- a/smardigo/templates/connect/deployment.yml +++ b/smardigo/templates/connect/deployment.yml @@ -170,7 +170,6 @@ spec: # value: "" initialDelaySeconds: 5 periodSeconds: 5 - initContainers: - name: init-iam image: busybox:1.28