diff --git a/ops/chart/values.yaml b/ops/chart/values.yaml index 6d2c580..9555166 100644 --- a/ops/chart/values.yaml +++ b/ops/chart/values.yaml @@ -65,10 +65,10 @@ controllers: resources: requests: cpu: 100m - memory: 256Mi + memory: 512Mi limits: cpu: 500m - memory: 512Mi + memory: 1Gi service: main: @@ -94,7 +94,6 @@ rawResources: spec: length: 32 noUpper: false - noDigits: false allowRepeat: true secretKeys: - cookie @@ -141,5 +140,5 @@ rawResources: cpu: 100m memory: 128Mi limits: - cpu: 500m - memory: 512Mi + cpu: '1' + memory: 2Gi