You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
369 B
11 lines
369 B
apiVersion: v1
|
|
data:
|
|
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
|