Skip to content

Commit

Permalink
action: reduce request
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Feb 26, 2024
1 parent e1823fa commit 43e44c9
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
10 changes: 5 additions & 5 deletions chart/values.entei.onyx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apps:
cpu: 250m
memory: 1Gi
requests:
cpu: 100m
cpu: 62.5m
memory: 256Mi
podAnnotations:
<<: *tags
Expand Down Expand Up @@ -80,8 +80,8 @@ apps:
cpu: 250m
memory: 1Gi
requests:
cpu: 50m
memory: 256Mi
cpu: 10m
memory: 64Mi
podAnnotations:
<<: *tags

Expand All @@ -95,8 +95,8 @@ apps:
cpu: 250m
memory: 1Gi
requests:
cpu: 50m
memory: 256Mi
cpu: 10m
memory: 64Mi
podAnnotations:
<<: *tags

Expand Down
12 changes: 6 additions & 6 deletions chart/values.pichu.onyx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ apps:
cpu: '1'
memory: 1Gi
requests:
cpu: 125m
memory: 128Mi
cpu: 62.5m
memory: 256Mi
podAnnotations:
<<: *tags

Expand All @@ -56,8 +56,8 @@ apps:
cpu: 250m
memory: 1Gi
requests:
cpu: 50m
memory: 256Mi
cpu: 10m
memory: 64Mi
podAnnotations:
<<: *tags

Expand All @@ -70,8 +70,8 @@ apps:
cpu: 250m
memory: 1Gi
requests:
cpu: 50m
memory: 256Mi
cpu: 10m
memory: 64Mi
podAnnotations:
<<: *tags

Expand Down
12 changes: 6 additions & 6 deletions chart/values.pikachu.onyx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ apps:
cpu: '1'
memory: 1Gi
requests:
cpu: 125m
memory: 128Mi
cpu: 62.5m
memory: 256Mi
podAnnotations:
<<: *tags

Expand All @@ -56,8 +56,8 @@ apps:
cpu: 250m
memory: 1Gi
requests:
cpu: 50m
memory: 256Mi
cpu: 10m
memory: 64Mi
podAnnotations:
<<: *tags

Expand All @@ -71,8 +71,8 @@ apps:
cpu: 250m
memory: 1Gi
requests:
cpu: 50m
memory: 256Mi
cpu: 10m
memory: 64Mi
podAnnotations:
<<: *tags

Expand Down
12 changes: 6 additions & 6 deletions chart/values.raichu.onyx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ apps:
cpu: '1'
memory: 1Gi
requests:
cpu: 125m
memory: 128Mi
cpu: 62.5m
memory: 256Mi
podAnnotations:
<<: *tags

Expand All @@ -56,8 +56,8 @@ apps:
cpu: 250m
memory: 1Gi
requests:
cpu: 50m
memory: 256Mi
cpu: 10m
memory: 64Mi
podAnnotations:
<<: *tags

Expand All @@ -71,8 +71,8 @@ apps:
cpu: 250m
memory: 1Gi
requests:
cpu: 50m
memory: 256Mi
cpu: 10m
memory: 64Mi
podAnnotations:
<<: *tags

Expand Down

0 comments on commit 43e44c9

Please sign in to comment.