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:
@@ -25,6 +25,13 @@ spec:
|
||||
containers:
|
||||
- name: beam-ng
|
||||
image: 'rouhim/beammp-server'
|
||||
resources:
|
||||
requests:
|
||||
memory: "1Gi"
|
||||
cpu: "500m"
|
||||
limits:
|
||||
memory: "4Gi"
|
||||
cpu: "2000m"
|
||||
env:
|
||||
- name: BEAMMP_NAME
|
||||
value: 'Anal Hexor'
|
||||
|
@@ -41,6 +41,13 @@ spec:
|
||||
containers:
|
||||
- name: prom-a2s-exporter
|
||||
image: armsnyder/a2s-exporter:latest
|
||||
resources:
|
||||
requests:
|
||||
memory: "32Mi"
|
||||
cpu: "50m"
|
||||
limits:
|
||||
memory: "128Mi"
|
||||
cpu: "200m"
|
||||
ports:
|
||||
- containerPort: 9841
|
||||
protocol: TCP
|
||||
@@ -49,6 +56,13 @@ spec:
|
||||
- cs.hexor.cy:30015
|
||||
- name: counter-strike-16
|
||||
image: 'kingk0der/counter-strike-1.6:latest'
|
||||
resources:
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
cpu: "200m"
|
||||
limits:
|
||||
memory: "2Gi"
|
||||
cpu: "1000m"
|
||||
args:
|
||||
- +log
|
||||
- -port
|
||||
@@ -56,13 +70,6 @@ spec:
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: cs16-server-config
|
||||
resources:
|
||||
limits:
|
||||
memory: 1Gi
|
||||
#cpu: 1
|
||||
requests:
|
||||
memory: 512Mi
|
||||
#cpu: 100m
|
||||
ports:
|
||||
- containerPort: 26900
|
||||
protocol: UDP
|
||||
|
@@ -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