Adjusted resources on all deployments
All checks were successful
Check with kubeconform / lint (push) Successful in 10s
All checks were successful
Check with kubeconform / lint (push) Successful in 10s
This commit is contained in:
@@ -99,6 +99,13 @@ spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: nginx:latest
|
||||
resources:
|
||||
requests:
|
||||
memory: "64Mi"
|
||||
cpu: "50m"
|
||||
limits:
|
||||
memory: "256Mi"
|
||||
cpu: "200m"
|
||||
ports:
|
||||
- containerPort: 80
|
||||
volumeMounts:
|
||||
@@ -136,12 +143,12 @@ spec:
|
||||
- nogui
|
||||
workingDir: /mc/
|
||||
resources:
|
||||
limits:
|
||||
memory: 12Gi
|
||||
#cpu: 1
|
||||
requests:
|
||||
memory: 8Gi
|
||||
#cpu: 100m
|
||||
requests:
|
||||
memory: "8Gi"
|
||||
cpu: "2000m"
|
||||
limits:
|
||||
memory: "12Gi"
|
||||
cpu: "4000m"
|
||||
ports:
|
||||
- name: game
|
||||
containerPort: 25565
|
||||
|
Reference in New Issue
Block a user