Skip to content

Commit

Permalink
Updated Launch Application.
Browse files Browse the repository at this point in the history
  • Loading branch information
orsenthil committed Jun 30, 2024
1 parent 942a175 commit 0785a26
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions k8s/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ spec:
ports:
- containerPort: 80
imagePullPolicy: Always
resources:
requests:
memory: "64Mi"
cpu: "250m"
limits:
memory: "128Mi"
cpu: "500m"
---

apiVersion: v1
Expand Down

0 comments on commit 0785a26

Please sign in to comment.