Compare commits
2 Commits
6f4be9695f
...
2ea535146f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2ea535146f | ||
|
|
9694ae0289 |
@@ -37,11 +37,11 @@ spec:
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
requests:
|
||||
memory: "128Mi"
|
||||
cpu: "500m"
|
||||
memory: "5Mi"
|
||||
cpu: "10m"
|
||||
limits:
|
||||
memory: "128Mi"
|
||||
cpu: "500m"
|
||||
memory: "50Mi"
|
||||
cpu: "100m"
|
||||
ports:
|
||||
- containerPort: 8800
|
||||
volumeMounts:
|
||||
|
||||
Reference in New Issue
Block a user