Skip to content

Commit

Permalink
reduce dev container spec
Browse files Browse the repository at this point in the history
  • Loading branch information
juunini committed Oct 5, 2024
1 parent 6cb711d commit d748755
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions kustomize/dev/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ spec:
image: postgres:16.3-alpine
resources:
requests:
memory: "2Gi"
cpu: "1"
memory: "0.5Gi"
cpu: "500m"
limits:
memory: "2Gi"
cpu: "1"
memory: "0.5Gi"
cpu: "500m"
ports:
- containerPort: 5432
env:
Expand Down
8 changes: 4 additions & 4 deletions kustomize/dev/redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ spec:
image: redis:7.2.4-alpine3.19
resources:
requests:
memory: "1Gi"
cpu: "1"
memory: "0.5Gi"
cpu: "500m"
limits:
memory: "2Gi"
cpu: "1"
memory: "0.5Gi"
cpu: "500m"
ports:
- containerPort: 6379

Expand Down

0 comments on commit d748755

Please sign in to comment.