Skip to content

Commit 35746ec

Browse files
committed
feat(pod_redis.yml): Add label app=redis (for redis loadbalancer)
1 parent 8313565 commit 35746ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pod_redis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ apiVersion: v1
22
kind: Pod
33
metadata:
44
name: redis
5+
labels:
6+
app: redis
57
spec:
68
containers:
79
- name: main

0 commit comments

Comments
 (0)