diff --git a/helm/cambridge.yaml b/helm/cambridge.yaml index ef91582..e28fe8d 100644 --- a/helm/cambridge.yaml +++ b/helm/cambridge.yaml @@ -7,19 +7,20 @@ imagePullSecrets: replicaCount: 1 autoscaling: - enabled: true + enabled: false minReplicas: 1 maxReplicas: 4 targetCPUUtilizationPercentage: 80 targetMemoryUtilizationPercentage: 120 -resources: - requests: - cpu: 500m - memory: 2Gi - limits: - cpu: 1000m - memory: 8Gi +resources: {} +# resources: +# requests: +# cpu: 500m +# memory: 2Gi +# limits: +# cpu: 1000m +# memory: 8Gi livenessProbe: failureThreshold: 3 diff --git a/helm/development.yaml b/helm/development.yaml index 65a875e..a51c0cc 100644 --- a/helm/development.yaml +++ b/helm/development.yaml @@ -7,19 +7,20 @@ imagePullSecrets: replicaCount: 1 autoscaling: - enabled: true + enabled: false minReplicas: 1 maxReplicas: 4 targetCPUUtilizationPercentage: 80 targetMemoryUtilizationPercentage: 120 -resources: - requests: - cpu: 10m - memory: 256Mi - limits: - cpu: 200m - memory: 1Gi +resources: {} +# resources: +# requests: +# cpu: 10m +# memory: 256Mi +# limits: +# cpu: 200m +# memory: 1Gi livenessProbe: failureThreshold: 3