Update nginx

This commit is contained in:
2023-02-13 07:20:41 +11:00
parent cbffc0cc41
commit 986928aad0
+6 -4
View File
@@ -21,7 +21,9 @@ spec:
enabled: true
serviceMonitor:
enabled: true
additionalLabels:
namespace: prometheus
interval: "20s"
labels:
release: prometheus
stats:
enabled: true
@@ -45,11 +47,11 @@ spec:
effect: NoSchedule
resources:
requests:
cpu: 1000m
cpu: 700m
memory: 1Gi
limits:
cpu: 1000m
memory: 1Gi
memory: 1.5Gi
service:
type: NodePort
ports:
@@ -68,7 +70,7 @@ spec:
max-worker-connections: "100000"
worker-rlimit-nofile: "102400"
worker-cpu-affinity: "auto 111111111111111111111111"
max-worker-open-files: "51200"
max-worker-open-files: "4096"
destination:
server: https://192.168.1.2:6443
namespace: nginx-ingress