Update values.yaml
This commit is contained in:
		
							parent
							
								
									5545d3ea2c
								
							
						
					
					
						commit
						ae4c3f1e4d
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -12,7 +12,7 @@ env:
 | 
			
		|||
  normal:
 | 
			
		||||
    ENABLE_SOCIAL_AUTH: false
 | 
			
		||||
    GLITCHTIP_DOMAIN: https://example.com
 | 
			
		||||
    CELERY_WORKER_CONCURRENCY: "2"  # Remove to set to number of cpus
 | 
			
		||||
    CELERY_WORKER_CONCURRENCY: "3"  # Remove to set to number of cpus
 | 
			
		||||
  secret:
 | 
			
		||||
    SECRET_KEY: # Required
 | 
			
		||||
    # DATABASE_URL: Specify if using external postgres (not managed by this chart)
 | 
			
		||||
| 
						 | 
				
			
			@ -57,7 +57,7 @@ web:
 | 
			
		|||
  livenessProbe:
 | 
			
		||||
    failureThreshold: 5
 | 
			
		||||
    initialDelaySeconds: 5
 | 
			
		||||
    timeoutSeconds: 2
 | 
			
		||||
    timeoutSeconds: 3
 | 
			
		||||
  readinessProbe:
 | 
			
		||||
    failureThreshold: 10
 | 
			
		||||
    initialDelaySeconds: 5
 | 
			
		||||
| 
						 | 
				
			
			@ -88,8 +88,8 @@ worker:
 | 
			
		|||
  autoscaling:
 | 
			
		||||
    enabled: false
 | 
			
		||||
    minReplicas: 1
 | 
			
		||||
    maxReplicas: 20
 | 
			
		||||
    targetCPU: 90
 | 
			
		||||
    maxReplicas: 10
 | 
			
		||||
    targetCPU: 100
 | 
			
		||||
    # targetMemory: 80
 | 
			
		||||
  resources:
 | 
			
		||||
    limits:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue