Skip to content

Commit

Permalink
feat(update.jio) disable httpd Restart cronjob (#5921)
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 authored Nov 21, 2024
1 parent be22e55 commit 4464d27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/updates.jenkins.io_httpd-secured.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ httpdConf:
maxRequestWorkers: 750 # serverLimit * threadsPerChild (MPM event)

httpdRestart:
enable: true
enable: false
2 changes: 1 addition & 1 deletion config/updates.jenkins.io_httpd-unsecured.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ ingress:
pathType: ImplementationSpecific # Requires nginx.ingress.kubernetes.io/use-regex annotation

httpdRestart:
enable: true
enable: false

0 comments on commit 4464d27

Please sign in to comment.