Deploy shared-sqs v0.1.22
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user