Skip to content

Commit

Permalink
Limit number of worker processes for ingress nginx healh-check
Browse files Browse the repository at this point in the history
  • Loading branch information
brvbosch committed Jun 29, 2023
1 parent bb42206 commit 5382397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/helm/ditto/templates/nginx-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ metadata:
data:
nginx-node-health-check.conf: |
# config for health check container running together with the ingress controller
worker_processes auto; #auto-detect number of logical CPU cores
worker_processes 1;
events {
worker_connections 1024;
Expand Down

0 comments on commit 5382397

Please sign in to comment.