fix limits
This commit is contained in:
@@ -21,7 +21,9 @@ kubectl exec -it $(kubectl get pod --selector=app=monitor --output=jsonpath={.it
|
|||||||
## Stress
|
## Stress
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
kubectl exec -it $(kubectl get pod --selector=app=monitor --output=jsonpath={.items..metadata.name}) -c stress -- stress -c 48
|
kubectl exec -it $(kubectl get pod --selector=app=stress-monitor --output=jsonpath={.items..metadata.name}) -c stress -- stress -c 16
|
||||||
|
|
||||||
|
kubectl exec -it $(kubectl get pod --selector=app=stress-monitor --output=jsonpath={.items..metadata.name}) -c stress -- stress -m 1 --vm-bytes 16G
|
||||||
```
|
```
|
||||||
|
|
||||||
## Overclocking
|
## Overclocking
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ spec:
|
|||||||
- containerPort: 61208
|
- containerPort: 61208
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 128Mi
|
memory: 512Mi
|
||||||
cpu: 1m
|
cpu: 1m
|
||||||
limits:
|
limits:
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
@@ -35,7 +35,7 @@ spec:
|
|||||||
- containerPort: 5201
|
- containerPort: 5201
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 128Mi
|
memory: 512Mi
|
||||||
cpu: 1m
|
cpu: 1m
|
||||||
limits:
|
limits:
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
@@ -47,7 +47,7 @@ spec:
|
|||||||
command: ["sleep", "infinity"]
|
command: ["sleep", "infinity"]
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 128Mi
|
memory: 512Mi
|
||||||
cpu: 1m
|
cpu: 1m
|
||||||
limits:
|
limits:
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
@@ -63,11 +63,11 @@ spec:
|
|||||||
tty: true
|
tty: true
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 1Mi
|
memory: 512Mi
|
||||||
cpu: 1m
|
cpu: 1m
|
||||||
limits:
|
limits:
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
cpu: 250m
|
cpu: 500m
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if .Values.disk }}
|
{{ if .Values.disk }}
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user