Private
Public Access
1
0

Update Redis and NATS configurations; simplify NATS deployment and service setup
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 2m23s

This commit is contained in:
Sebastian Unterschütz
2026-01-04 15:57:00 +01:00
parent 932edf74f2
commit fa59070c4a
2 changed files with 7 additions and 25 deletions

View File

@@ -24,9 +24,9 @@ spec:
protocol: TCP
env:
- name: REDIS_ADDR
value: "redis-service:6379"
value: "redis:6379"
- name: NATS_URL
value: "nats://nats-service:4222"
value: "nats://nats:4222"
livenessProbe:
httpGet:
path: /health