Skip to content

Commit 6cff26d

Browse files
authored
Distinct container names for redis-store and redis-cache (sourcegraph#487)
This makes it possible to measure resource consumption seprately (which is measured at the container level).
1 parent ab65997 commit 6cff26d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

base/redis/redis-cache.Deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
initialDelaySeconds: 30
3232
tcpSocket:
3333
port: redis
34-
name: redis
34+
name: redis-cache
3535
ports:
3636
- containerPort: 6379
3737
name: redis

base/redis/redis-store.Deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
initialDelaySeconds: 30
3232
tcpSocket:
3333
port: redis
34-
name: redis
34+
name: redis-store
3535
ports:
3636
- containerPort: 6379
3737
name: redis

0 commit comments

Comments
 (0)