Skip to content

Commit

Permalink
chore: fix frontend resource
Browse files Browse the repository at this point in the history
  • Loading branch information
ychung-mot committed Mar 14, 2024
1 parent fc70925 commit 50c6d5b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions helm/main/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ frontend:
secretName: strdss-secrets-dev

resources:
limits:
cpu: 50m
memory: 100Mi
requests:
cpu: 20m
memory: 50Mi
limits:
cpu: 50m
memory: 100Mi
requests:
cpu: 20m
memory: 50Mi

env:
'API_HOST': '/api'
Expand Down

0 comments on commit 50c6d5b

Please sign in to comment.