From 2afab41a0b09f6156aed5d6bf9e52bc935bcd151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Mon, 13 May 2024 13:13:45 +0200 Subject: [PATCH] fix --- share/wildduck/mongo.tf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/wildduck/mongo.tf b/share/wildduck/mongo.tf index f97759a..27fe13e 100644 --- a/share/wildduck/mongo.tf +++ b/share/wildduck/mongo.tf @@ -51,6 +51,9 @@ resource "kubectl_manifest" "prj_mongo" { "k8up.io/file-extension": ".archive" spec: containers: + - name: mongodb-agent + readinessProbe: + initialDelaySeconds: 20 - name: mongod imagePullPolicy: "${var.images.webmail.pull_policy}" resources: