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:
@@ -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
|
||||
|
Reference in New Issue
Block a user