Skip to content

Commit

Permalink
Update resource
Browse files Browse the repository at this point in the history
  • Loading branch information
DanWahlin committed Nov 19, 2019
1 parent e8b915b commit 12983bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .k8s/nginx.deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ spec:
ports:
- containerPort: 80
- containerPort: 443
resources:
resources: {}
2 changes: 1 addition & 1 deletion .k8s/node.deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ spec:
name: node-codewithdan
ports:
- containerPort: 8080
resources:
resources: {}
2 changes: 1 addition & 1 deletion .k8s/redis.deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ spec:
name: redis
ports:
- containerPort: 6379
resources:
resources: {}

0 comments on commit 12983bd

Please sign in to comment.