Commit a492d5f2 authored by Rémy Coutable's avatar Rémy Coutable

Update nginx-ingress components replica count from 2 to 1

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 57957ee8
......@@ -111,7 +111,6 @@ nginx-ingress:
controller:
config:
ssl-ciphers: ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA:ECDHE-RSA-AES128-SHA:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:!aNULL:!eNULL:!EXPORT:!DES:!MD5:!PSK:!RC4
replicaCount: 2
resources:
requests:
cpu: 100m
......@@ -119,7 +118,6 @@ nginx-ingress:
limits:
cpu: 200m
memory: 675M
minAvailable: 1
service:
enableHttp: false
livenessProbe:
......@@ -134,7 +132,6 @@ nginx-ingress:
limits:
cpu: 10m
memory: 24M
replicaCount: 1
postgresql:
metrics:
enabled: false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment