From afa5d9d234fd94af23a87a84491cddc3f87cb3b4 Mon Sep 17 00:00:00 2001 From: smerle33 Date: Thu, 21 Nov 2024 15:33:38 +0100 Subject: [PATCH] feat(update.jio) disable httpd Restart cronjob --- config/updates.jenkins.io_httpd-secured.yaml | 2 +- config/updates.jenkins.io_httpd-unsecured.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/updates.jenkins.io_httpd-secured.yaml b/config/updates.jenkins.io_httpd-secured.yaml index 6e05399665..dcc1d2b39e 100644 --- a/config/updates.jenkins.io_httpd-secured.yaml +++ b/config/updates.jenkins.io_httpd-secured.yaml @@ -65,4 +65,4 @@ httpdConf: maxRequestWorkers: 750 # serverLimit * threadsPerChild (MPM event) httpdRestart: - enable: true + enable: false diff --git a/config/updates.jenkins.io_httpd-unsecured.yaml b/config/updates.jenkins.io_httpd-unsecured.yaml index fbd5309937..1f89cdfb8e 100644 --- a/config/updates.jenkins.io_httpd-unsecured.yaml +++ b/config/updates.jenkins.io_httpd-unsecured.yaml @@ -51,4 +51,4 @@ ingress: pathType: ImplementationSpecific # Requires nginx.ingress.kubernetes.io/use-regex annotation httpdRestart: - enable: true + enable: false