mirror of
https://github.com/wahyd4/home-argocd.git
synced 2026-08-09 05:06:20 +10:00
Update nginx
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user