- Metrics service toegevoegd
- Applicatie services starten op, behalve eveai_chat_client - Connectiviteit naar admin / eveai_app niet functioneel
This commit is contained in:
19
k8s/dev/ingress-nginx-resources-patch.yaml
Normal file
19
k8s/dev/ingress-nginx-resources-patch.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
# Ingress-NGINX Controller Resource Patch
|
||||
# File: ingress-nginx-resources-patch.yaml
|
||||
# Purpose: Patch the ingress-nginx-controller deployment with higher resource limits
|
||||
# to prevent pthread_create() failures and worker process crashes
|
||||
#
|
||||
# This is a strategic merge patch that will be applied using:
|
||||
# kubectl patch deployment ingress-nginx-controller -n ingress-nginx --patch-file=<this-file>
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: controller
|
||||
resources:
|
||||
requests:
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
limits:
|
||||
cpu: 2000m
|
||||
memory: 2Gi
|
||||
Reference in New Issue
Block a user