Skip to content

Commit

Permalink
fix(doc): wrong indent in the example yaml (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
bojiang committed Apr 17, 2023
1 parent 4396d14 commit ba99acb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ spec:
requests:
cpu: "500m"
memory: "512m"
autoscaling:
maxReplicas: 4
minReplicas: 1
autoscaling:
maxReplicas: 4
minReplicas: 1
```

Apply the deployment to your minikube cluster:
Expand Down

0 comments on commit ba99acb

Please sign in to comment.