worker configured like standard values
This commit is contained in:
@@ -58,16 +58,11 @@ spec:
|
||||
aws_s3_endpoint_url: "https://sws3.innovation-hub-niedersachsen.de"
|
||||
|
||||
worker:
|
||||
replicas: 2
|
||||
concurrency: 1
|
||||
|
||||
resources:
|
||||
requests:
|
||||
memory: "4Gi"
|
||||
cpu: "500m"
|
||||
limits:
|
||||
memory: "8Gi"
|
||||
cpu: "1500m"
|
||||
replicas: 1
|
||||
memoryLimit: 4Gi
|
||||
cpuLimit: 2000m
|
||||
memoryRequest: 2Gi
|
||||
cpuRequest: 1000m
|
||||
|
||||
destination:
|
||||
server: 'https://kubernetes.default.svc'
|
||||
|
||||
Reference in New Issue
Block a user