update reddis ip

This commit is contained in:
2026-06-30 17:13:21 +07:00
parent 1d0be90f72
commit 79f3d352cf
6 changed files with 6 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ metadata:
namespace: dbiz-staging
subsets:
- addresses:
- ip: 192.168.110.72
- ip: 192.168.110.76
ports:
- port: 6379
---

View File

@@ -38,7 +38,7 @@ env:
SPRING_LIQUIBASE_CHANGE_LOG: "classpath:db/changelog/db.changelog-master.xml"
SPRING_LIQUIBASE_DEFAULT_SCHEMA: "DBIZ_PLATFORM"
# Redis / Valkey
SPRING_DATA_REDIS_HOST: "192.168.110.72"
SPRING_DATA_REDIS_HOST: "192.168.110.76"
# Kafka
SPRING_KAFKA_BOOTSTRAP_SERVERS: "192.168.110.70:9092"
# S3 (SeaweedFS)