Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
musoles committed Dec 24, 2024
1 parent 6c6ca1e commit b8a3cb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/litellm/templates/redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: redis
namespace: {{ .Release.Namespace }}
spec:
replicas: {{ .Values.postgres.redis.replicas }}
replicas: {{ .Values.redis.replicas }}
selector:
matchLabels:
app: redis
Expand All @@ -31,4 +31,4 @@ spec:
- protocol: TCP
port: 6379
targetPort: 6379
nodePort: {{ .Values.postgres.redis.service.node_port }}
nodePort: {{ .Values.redis.service.node_port }}

0 comments on commit b8a3cb8

Please sign in to comment.