We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518d064 commit d31ccafCopy full SHA for d31ccaf
k8s-manifests/deployment.yaml
@@ -15,6 +15,13 @@ spec:
15
containers:
16
- name: worker
17
image: narsic/scaling_kubernetes_hpa_vpa:latest
18
+ resources:
19
+ requests:
20
+ cpu: "10m" # Define CPU requests
21
+ memory: "12Mi" # Define memory requests (optional)
22
+ limits:
23
+ cpu: "50m" # Define CPU limits
24
+ memory: "25Mi" # Define memory limits (optional)
25
env:
26
- name: REDIS_HOST
27
value: $(REDIS_SERVICE_HOST) # Adjust based on your service name
0 commit comments