From 8a9f9e06fcc44dd031066beacd097c5dd7280260 Mon Sep 17 00:00:00 2001 From: xyctruth <398041993@qq.com> Date: Fri, 18 Feb 2022 15:03:04 +0800 Subject: [PATCH] default ingress enabled:false --- charts/values.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/values.yaml b/charts/values.yaml index 1eab870..c29e244 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -37,13 +37,6 @@ resources: cpu: 200m memory: 200Mi -autoscaling: - enabled: false - minReplicas: 1 - maxReplicas: 10 - targetCPUUtilizationPercentage: 80 - targetMemoryUtilizationPercentage: 80 - nodeSelector: {} tolerations: [] @@ -56,8 +49,15 @@ service: http: 36789 grpc: 36790 +autoscaling: + enabled: false + minReplicas: 1 + maxReplicas: 10 + targetCPUUtilizationPercentage: 80 + targetMemoryUtilizationPercentage: 80 + ingress: - enabled: true + enabled: false className: "nginx" annotations: {}