From dcc0137749246bc18fcd9d89c9eff0a7bbf36e54 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 25 Nov 2024 00:32:33 -0600 Subject: [PATCH] change redis --- clusters/cl01tl/applications/jellyplist/templates/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/applications/jellyplist/templates/service.yaml b/clusters/cl01tl/applications/jellyplist/templates/service.yaml index 2b2b7e392..37d365316 100644 --- a/clusters/cl01tl/applications/jellyplist/templates/service.yaml +++ b/clusters/cl01tl/applications/jellyplist/templates/service.yaml @@ -17,7 +17,7 @@ spec: port: 6379 targetPort: redis selector: - app.kubernetes.io/component: master + app.kubernetes.io/component: primary app.kubernetes.io/instance: jellyplist app.kubernetes.io/name: valkey sessionAffinity: None