Deploy shared-sqs v0.1.22

This commit is contained in:
Naeel
2026-04-12 10:08:00 +03:00
parent d7e9d90453
commit d1af612b48
4 changed files with 70 additions and 2 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# deployments/k8s/deployment.yaml
# Deployment shared-sqs — strategy RollingUpdate (теперь возможен т.к. Redis хранит состояние)
# Updated: 2026-04-10 — v0.1.17: security fixes (20 vulnerabilities), AWS-compatible limits
# Updated: 2026-04-12 09:57 MSK — image v0.1.22 для demo UI showcase mode
apiVersion: apps/v1
kind: Deployment
metadata:
@@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: shared-sqs
image: naeel/shared-sqs:v0.1.17
image: naeel/shared-sqs:v0.1.22
ports:
- containerPort: 4100
name: http