Skip to content

Commit

Permalink
reduce resources
Browse files Browse the repository at this point in the history
  • Loading branch information
LepkoQQ committed Oct 25, 2024
1 parent 2f52061 commit 1ab7cda
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions kustomize/djnd/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ spec:
name: danesjenovdan-secrets
resources:
requests:
memory: 1Gi
cpu: 500m
memory: 500Mi
cpu: 200m
limits:
memory: 1Gi
cpu: 500m
Expand All @@ -61,8 +61,8 @@ spec:
name: danesjenovdan-secrets
resources:
requests:
memory: 1Gi
cpu: 500m
memory: 500Mi
cpu: 200m
limits:
memory: 1Gi
cpu: 500m
Expand Down Expand Up @@ -95,8 +95,8 @@ spec:
name: danesjenovdan-secrets
resources:
requests:
memory: 1Gi
cpu: 500m
memory: 500Mi
cpu: 200m
limits:
memory: 1Gi
cpu: 500m
Expand All @@ -109,8 +109,8 @@ spec:
- containerPort: 80
resources:
requests:
memory: 200Mi
cpu: 100m
memory: 50Mi
cpu: 50m
limits:
memory: 200Mi
cpu: 100m

0 comments on commit 1ab7cda

Please sign in to comment.