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