From f018d368676441f146489d9ba12e082d2f67e6ed Mon Sep 17 00:00:00 2001 From: ycz008 Date: Mon, 6 Nov 2023 16:47:07 +0800 Subject: [PATCH] update tcs redis --- tcs-upgrade/redis/redis.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tcs-upgrade/redis/redis.yaml b/tcs-upgrade/redis/redis.yaml index 11ce7fa..4d657ed 100644 --- a/tcs-upgrade/redis/redis.yaml +++ b/tcs-upgrade/redis/redis.yaml @@ -1,12 +1,13 @@ --- apiVersion: apps/v1 -kind: Deployment +kind: StatefulSet metadata: name: redis labels: app: redis spec: replicas: 1 + servicename: redis selector: matchLabels: app: redis