Skip to content

Commit

Permalink
Update faf-policy-server to v1.23
Browse files Browse the repository at this point in the history
Also setup health checks
  • Loading branch information
Brutus5000 committed Jan 22, 2025
1 parent 9a3f29b commit d449773
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion apps/faf-policy-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- mountPath: /app/verifier
name: uid-verifier
containers:
- image: faforever/faf-policy-server:v1.22
- image: faforever/faf-policy-server:v1.23
imagePullPolicy: Always
name: faf-policy-server
envFrom:
Expand All @@ -41,6 +41,14 @@ spec:
volumeMounts:
- mountPath: /app/verifier
name: uid-verifier
livenessProbe:
httpGet:
path: /health/alive
port: 8097
readinessProbe:
httpGet:
path: /health/ready
port: 8097
volumes:
- name: uid-verifier
emptyDir: {}

0 comments on commit d449773

Please sign in to comment.