diff --git a/deploy/helm/dograh/examples/values-aws.yaml b/deploy/helm/dograh/examples/values-aws.yaml index 39175b36..8facab25 100644 --- a/deploy/helm/dograh/examples/values-aws.yaml +++ b/deploy/helm/dograh/examples/values-aws.yaml @@ -54,7 +54,7 @@ serviceAccount: eks.amazonaws.com/role-arn: "" # set via --set web: - replicaCount: 3 + replicaCount: 2 autoscaling: web: diff --git a/deploy/helm/dograh/examples/values-single-node.yaml b/deploy/helm/dograh/examples/values-single-node.yaml index b0f293f3..4b50b12b 100644 --- a/deploy/helm/dograh/examples/values-single-node.yaml +++ b/deploy/helm/dograh/examples/values-single-node.yaml @@ -15,17 +15,17 @@ exposure: config: environment: production - logLevel: INFO + logLevel: DEBUG web: - replicaCount: 1 + replicaCount: 2 resources: requests: cpu: 100m - memory: 256Mi + memory: 1Gi limits: cpu: "1" - memory: 1Gi + memory: 1.5Gi pdb: enabled: false @@ -33,7 +33,7 @@ workers: replicaCount: 1 resources: requests: - cpu: 50m + cpu: 100m memory: 128Mi limits: cpu: 500m @@ -46,7 +46,9 @@ ui: autoscaling: web: - enabled: false + enabled: true + minReplicas: 2 + maxReplicas: 12 postgresql: persistence: