Skip to content

Commit

Permalink
chore: reduce deployment mem-request
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsOveTen committed Dec 4, 2023
1 parent a2d202f commit 0469c54
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion deploy/demo/deployment-fdk-concept-event-publisher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
- containerPort: 8080
resources:
requests:
memory: "500Mi"
memory: "100Mi"
livenessProbe:
exec:
command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
- containerPort: 8080
resources:
requests:
memory: "500Mi"
memory: "100Mi"
livenessProbe:
exec:
command:
Expand Down
2 changes: 1 addition & 1 deletion deploy/demo/deployment-fdk-dataset-event-publisher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
- containerPort: 8080
resources:
requests:
memory: "500Mi"
memory: "100Mi"
livenessProbe:
exec:
command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
- containerPort: 8080
resources:
requests:
memory: "500Mi"
memory: "100Mi"
livenessProbe:
exec:
command:
Expand Down
2 changes: 1 addition & 1 deletion deploy/prod/deployment-fdk-concept-event-publisher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
- containerPort: 8080
resources:
requests:
memory: "500Mi"
memory: "100Mi"
livenessProbe:
exec:
command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
- containerPort: 8080
resources:
requests:
memory: "500Mi"
memory: "100Mi"
livenessProbe:
exec:
command:
Expand Down
2 changes: 1 addition & 1 deletion deploy/prod/deployment-fdk-dataset-event-publisher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
- containerPort: 8080
resources:
requests:
memory: "500Mi"
memory: "100Mi"
livenessProbe:
exec:
command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
- containerPort: 8080
resources:
requests:
memory: "500Mi"
memory: "100Mi"
livenessProbe:
exec:
command:
Expand Down
2 changes: 1 addition & 1 deletion deploy/staging/deployment-fdk-concept-event-publisher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
- containerPort: 8080
resources:
requests:
memory: "500Mi"
memory: "100Mi"
livenessProbe:
exec:
command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
- containerPort: 8080
resources:
requests:
memory: "500Mi"
memory: "100Mi"
livenessProbe:
exec:
command:
Expand Down
2 changes: 1 addition & 1 deletion deploy/staging/deployment-fdk-dataset-event-publisher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
- containerPort: 8080
resources:
requests:
memory: "500Mi"
memory: "100Mi"
livenessProbe:
exec:
command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
- containerPort: 8080
resources:
requests:
memory: "500Mi"
memory: "100Mi"
livenessProbe:
exec:
command:
Expand Down

0 comments on commit 0469c54

Please sign in to comment.