Skip to content

Commit

Permalink
Remove redis from hotrod example
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon High <highb@users.noreply.github.com>
  • Loading branch information
highb committed Apr 26, 2022
1 parent cb16a3d commit c164610
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions examples/hotrod/kubernetes/base/hotrod/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,3 @@ spec:
requests:
cpu: 100m
memory: 100M
- image: redis:latest
name: redis
ports:
- containerPort: 6379
name: redis
resources:
limits:
cpu: 100m
memory: 50M
requests:
cpu: 100m
memory: 50M

0 comments on commit c164610

Please sign in to comment.