fix limits
This commit is contained in:
@@ -20,7 +20,7 @@ spec:
|
||||
- containerPort: 61208
|
||||
resources:
|
||||
requests:
|
||||
memory: 128Mi
|
||||
memory: 512Mi
|
||||
cpu: 1m
|
||||
limits:
|
||||
memory: 512Mi
|
||||
@@ -35,7 +35,7 @@ spec:
|
||||
- containerPort: 5201
|
||||
resources:
|
||||
requests:
|
||||
memory: 128Mi
|
||||
memory: 512Mi
|
||||
cpu: 1m
|
||||
limits:
|
||||
memory: 512Mi
|
||||
@@ -47,7 +47,7 @@ spec:
|
||||
command: ["sleep", "infinity"]
|
||||
resources:
|
||||
requests:
|
||||
memory: 128Mi
|
||||
memory: 512Mi
|
||||
cpu: 1m
|
||||
limits:
|
||||
memory: 512Mi
|
||||
@@ -63,11 +63,11 @@ spec:
|
||||
tty: true
|
||||
resources:
|
||||
requests:
|
||||
memory: 1Mi
|
||||
memory: 512Mi
|
||||
cpu: 1m
|
||||
limits:
|
||||
memory: 512Mi
|
||||
cpu: 250m
|
||||
cpu: 500m
|
||||
{{ end }}
|
||||
{{ if .Values.disk }}
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user