From 014efbd99260c7e2c8b28ab755fc2da8e6ee056e Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sat, 14 Sep 2024 22:01:13 +0200 Subject: [PATCH] Add overlay patches 13 --- .../argocd-notifications-controller-patch.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/argocd/overlays/argocd-notifications-controller-patch.yaml b/argocd/overlays/argocd-notifications-controller-patch.yaml index ea69895..64cafac 100644 --- a/argocd/overlays/argocd-notifications-controller-patch.yaml +++ b/argocd/overlays/argocd-notifications-controller-patch.yaml @@ -8,11 +8,5 @@ spec: template: spec: containers: - - op: replace - livenessProbe: {} - # failureThreshold: 3 - # periodSeconds: 10 - # successThreshold: 1 - # tcpSocket: - # port: 9001 - # timeoutSeconds: 1 \ No newline at end of file + - op: delete + livenessProbe: {} \ No newline at end of file