Skip to content

Commit

Permalink
chore: upgrade resources
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed May 17, 2024
1 parent 6f798fa commit c7ed25e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 3 additions & 3 deletions deploy/base/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ spec:
resources:
requests:
cpu: 50m
memory: 256Mi
limits:
cpu: 100m
memory: 512Mi
limits:
cpu: 500m
memory: 1Gi
envFrom:
- secretRef:
name: xlog-caddy
Expand Down
6 changes: 0 additions & 6 deletions deploy/prod/hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ spec:
- type: Resource
resource:
name: cpu
target:
type: Utilization
averageUtilization: 150
- type: Resource
resource:
name: memory
target:
type: Utilization
averageUtilization: 100

0 comments on commit c7ed25e

Please sign in to comment.