Skip to content

Commit

Permalink
chore: remove limits (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Dec 24, 2024
1 parent 8fa809e commit 6a6e03f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ spec:
- name: FLYWAY_CONNECT_RETRIES
value: "10"
resources:
limits:
cpu: 100m
memory: 250Mi
requests:
cpu: 20m
memory: 150Mi
Expand Down Expand Up @@ -83,9 +80,6 @@ spec:
periodSeconds: 30
timeoutSeconds: 5
resources: # this is optional
limits:
cpu: 100m
memory: 250Mi
requests:
cpu: 20m
memory: 150Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ spec:
periodSeconds: 30
timeoutSeconds: 5
resources: # this is optional
limits:
cpu: 50m
memory: 250Mi
requests:
cpu: 20m
memory: 150Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ spec:
- name: FLYWAY_CONNECT_RETRIES
value: "10"
resources:
limits:
cpu: 100m
memory: 250Mi
requests:
cpu: 20m
memory: 150Mi
Expand Down Expand Up @@ -88,9 +85,6 @@ spec:
periodSeconds: 30
timeoutSeconds: 5
resources: # this is optional
limits:
cpu: 100m
memory: 250Mi
requests:
cpu: 20m
memory: 150Mi
Expand Down
33 changes: 0 additions & 33 deletions charts/quickstart-openshift-backends/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ backendPy:
#-- the target cpu utilization percentage, is from request cpu and NOT LIMIT CPU.
targetCPUUtilizationPercentage: 80
resources:
limits:
cpu: 50m
memory: 50Mi
requests:
cpu: 50m
memory: 25Mi
Expand Down Expand Up @@ -70,9 +67,6 @@ backendGo:
#-- the target cpu utilization percentage, is from request cpu and NOT LIMIT CPU.
targetCPUUtilizationPercentage: 80
resources:
limits:
cpu: 50m
memory: 50Mi
requests:
cpu: 50m
memory: 25Mi
Expand Down Expand Up @@ -101,9 +95,6 @@ backendJava:
#-- the target cpu utilization percentage, is from request cpu and NOT LIMIT CPU.
targetCPUUtilizationPercentage: 80
resources:
limits:
cpu: 50m
memory: 50Mi
requests:
cpu: 50m
memory: 25Mi
Expand Down Expand Up @@ -139,16 +130,10 @@ crunchy: # enable it for TEST and PROD, for PR based pipelines simply use single
requests:
cpu: 25m
memory: 256Mi
limits:
cpu: 100m
memory: 512Mi
replicaCertCopy:
requests:
cpu: 1m
memory: 32Mi
limits:
cpu: 50m
memory: 64Mi

pgBackRest:
enabled: false
Expand All @@ -169,16 +154,10 @@ crunchy: # enable it for TEST and PROD, for PR based pipelines simply use single
requests:
cpu: 1m
memory: 64Mi
limits:
cpu: 50m
memory: 128Mi
sidecars:
requests:
cpu: 1m
memory: 64Mi
limits:
cpu: 50m
memory: 128Mi

patroni:
postgresql:
Expand All @@ -197,9 +176,6 @@ crunchy: # enable it for TEST and PROD, for PR based pipelines simply use single
requests:
cpu: 1m
memory: 64Mi
limits:
cpu: 50m
memory: 128Mi

# Postgres Cluster resource values:
pgmonitor:
Expand All @@ -209,9 +185,6 @@ crunchy: # enable it for TEST and PROD, for PR based pipelines simply use single
requests:
cpu: 1m
memory: 64Mi
limits:
cpu: 50m
memory: 128Mi

bitnami-pg:
enabled: true
Expand Down Expand Up @@ -253,9 +226,6 @@ bitnami-pg:
requests:
cpu: 50m
memory: 150Mi
limits:
cpu: 150m
memory: 250Mi

backup:
enabled: true
Expand Down Expand Up @@ -315,9 +285,6 @@ backup:
- name: DATABASE_USER
key: databaseUser
resources:
limits:
cpu: 50m
memory: 256Mi
requests:
cpu: 20m
memory: 128Mi

0 comments on commit 6a6e03f

Please sign in to comment.