Skip to content

Commit

Permalink
Merge pull request #231 from DiogoMajela/fix-replicas-deployment
Browse files Browse the repository at this point in the history
fix: Ajustando o parâmetro replicas para receber uma variável em vez de um valor fixo
  • Loading branch information
badtuxx committed Mar 1, 2024
2 parents 18845b9 + e3b70d6 commit d0dfd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pt/day-16/README.md
Expand Up @@ -390,7 +390,7 @@ metadata:
app: redis
name: redis-deployment
spec:
replicas: 1
replicas: {{ .Values.redis.replicas }}
selector:
matchLabels:
app: redis
Expand Down

0 comments on commit d0dfd40

Please sign in to comment.