diff --git a/Config-Server/configrepo/application-java-csi-uat.yml b/Config-Server/configrepo/application-java-csi-uat.yml index ff3335b..ef3da4c 100755 --- a/Config-Server/configrepo/application-java-csi-uat.yml +++ b/Config-Server/configrepo/application-java-csi-uat.yml @@ -59,9 +59,8 @@ spring: cache: type: redis redis: - host: redis - timeout: 20000 - port: 26379 + host: 172.15.100.41 + port: 6379 http: multipart: max-file-size: 200MB @@ -72,8 +71,8 @@ spring: cluster-nodes: 10.201.216.63:9200 redis: sentinel: - master: 172.15.100.41:26379 - nodes: 172.15.100.40:26379,172.15.100.39:26379 + master: mymaster + nodes: 172.15.100.41:26379,172.15.100.40:26379,172.15.100.39:26379 kafka: bootstrap-servers: 172.15.100.80:9092,172.15.100.81:9092,172.15.100.82:9092 numPartitions: 3 diff --git a/configmaps/service-configs-otp.yaml b/configmaps/service-configs-otp.yaml index ee5361d..5f2509d 100644 --- a/configmaps/service-configs-otp.yaml +++ b/configmaps/service-configs-otp.yaml @@ -1,10 +1,9 @@ apiVersion: v1 data: - SPRING_REDIS_SENTINEL_MASTER: 172.15.100.41:26379 - SPRING_REDIS_SENTINEL_NODES: 172.15.100.40:26379,172.15.100.39:26379 + SPRING_REDIS_SENTINEL_MASTER: mymaster + SPRING_REDIS_SENTINEL_NODES: 172.15.100.41:26379,172.15.100.40:26379,172.15.100.39:26379 KAFKA_BOOTSTRAP_SERVERS: 172.15.100.80:9092,172.15.100.81:9092,172.15.100.82:9092 - SPRING_REDIS_HOST: 172.15.100.41:26379 kind: ConfigMap metadata: name: otp-configs - namespace: csi-uat + namespace: csi-uat \ No newline at end of file diff --git a/configmaps/service-configs.yml b/configmaps/service-configs.yml index f3b489d..19cc299 100644 --- a/configmaps/service-configs.yml +++ b/configmaps/service-configs.yml @@ -37,9 +37,9 @@ data: SPRING_JPA_HIBERNATE_DIALECT: org.hibernate.dialect.PostgreSQLDialect SPRING_JPA_HIBERNATE_SHOW-SQL: "true" SPRING_LIQUIBASE_ENABLED: 'false' - SPRING_REDIS_PORT: "26379" + SPRING_REDIS_PORT: "6379" SPRING_REDIS_HOST: "172.15.100.41" - SPRING_DATA_REDIS_PORT: "26379" + SPRING_DATA_REDIS_PORT: "6379" SPRING_DATA_REDIS_HOST: "172.15.100.41" activeProfile: java-csi-uat apm_server: http://172.100.10.57:8200