Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
seems like the ux incl aaswc became bigger
  • Loading branch information
drcgjung authored Jun 14, 2023
1 parent 5dd8053 commit 0a35f4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions infrastructure/templates/consumer-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ spec:
- containerPort: 8080 # http
resources:
requests:
cpu: 0.5
memory: "256Mi"
cpu: 500m
memory: 1Gi
limits:
cpu: 0.5
memory: "256Mi"
cpu: 500m
memory: 1Gi
startupProbe:
failureThreshold: 18
httpGet:
Expand Down

0 comments on commit 0a35f4d

Please sign in to comment.