Skip to content

Commit 2da8016

Browse files
committed
Update faf-api to v3.7.1
1 parent f0508b8 commit 2da8016

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

apps/faf-api/templates/deployment.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
prometheus.io/path: '/actuator/prometheus'
2323
spec:
2424
containers:
25-
- image: faforever/faf-java-api:v3.6.2
25+
- image: faforever/faf-java-api:v3.7.2
2626
imagePullPolicy: Always
2727
name: faf-api
2828
envFrom:
@@ -52,6 +52,9 @@ spec:
5252
limits:
5353
memory: 10Gi
5454
cpu: 3000m
55+
requests:
56+
memory: 2Gi
57+
cpu: 1000m
5558
startupProbe:
5659
httpGet:
5760
port: management-port

0 commit comments

Comments
 (0)