Skip to content

Commit

Permalink
Update deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jihyungSong authored Oct 3, 2023
1 parent 64630e4 commit 4f59dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/gitops/frontend/gitops/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Deployment
metadata:
name: humancat-frontend
spec:
replicas: 2
replicas: 1
template:
spec:
containers:
Expand All @@ -14,4 +14,4 @@ spec:
memory: "128Mi"
limits:
cpu: "300m"
memory: "512Mi"
memory: "512Mi"

0 comments on commit 4f59dd2

Please sign in to comment.