Skip to content

Commit 9fed787

Browse files
committed
chore(reids): delete the logger prefix of redis
1 parent 7eb490a commit 9fed787

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

charts/monitor/templates/monitor-telegraf-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ spec:
8888
name: logger-redis-creds
8989
key: password
9090
- name: "REDIS_SERVERS"
91-
value: "[{{range $i := until $redisNodeCount}}\":$(DRYCC_LOGGER_REDIS_PASSWORD)@drycc-logger-redis-{{$i}}.drycc-logger-redis.{{$.Release.Namespace}}.svc.{{$.Values.global.cluster_domain}}:{{$.Values.redis.port}}\"{{if lt (add 1 $i) $redisNodeCount}}, {{end}}{{end}}]"
91+
value: "[{{range $i := until $redisNodeCount}}\":$(DRYCC_LOGGER_REDIS_PASSWORD)@drycc-redis-{{$i}}.drycc-redis.{{$.Release.Namespace}}.svc.{{$.Values.global.cluster_domain}}:{{$.Values.redis.port}}\"{{if lt (add 1 $i) $redisNodeCount}}, {{end}}{{end}}]"
9292
volumeMounts:
9393
- name: logger-redis-creds
9494
mountPath: /var/run/secrets/drycc/redis/creds

grafana/rootfs/usr/share/grafana/api/dashboards/drycc_component_health.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2773,7 +2773,7 @@
27732773
{
27742774
"key": "container_name",
27752775
"operator": "=",
2776-
"value": "drycc-logger-redis"
2776+
"value": "drycc-redis"
27772777
}
27782778
]
27792779
}
@@ -2898,7 +2898,7 @@
28982898
{
28992899
"key": "container_name",
29002900
"operator": "=",
2901-
"value": "drycc-logger-redis"
2901+
"value": "drycc-redis"
29022902
}
29032903
]
29042904
}

grafana/rootfs/usr/share/grafana/api/dashboards/redis.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
{
118118
"key": "container_name",
119119
"operator": "=",
120-
"value": "drycc-logger-redis"
120+
"value": "drycc-redis"
121121
}
122122
]
123123
}
@@ -230,7 +230,7 @@
230230
{
231231
"key": "container_name",
232232
"operator": "=",
233-
"value": "drycc-logger-redis"
233+
"value": "drycc-redis"
234234
}
235235
]
236236
}

0 commit comments

Comments
 (0)