Skip to content

Commit

Permalink
increase spilo resource allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Oct 2, 2024
1 parent f392d54 commit ee71440
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions chart/itvr-spilo/values-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
spilo:

replicaCount: 3

credentials:
Expand All @@ -21,21 +20,21 @@ spilo:

shipLogs:
enabled: false
# s3:
# bucket: s3://itvrpr
# shipSchedule: 0 7 * * *
# s3:
# bucket: s3://itvrpr
# shipSchedule: 0 7 * * *

persistentVolume:
size: 5Gi
storageClass: netapp-block-standard

resources:
limits:
cpu: 120m
memory: 400Mi
cpu: 240m
memory: 600Mi
requests:
cpu: 60m
memory: 200Mi
cpu: 120m
memory: 300Mi

podDisruptionBudget:
enabled: false
Expand All @@ -44,7 +43,6 @@ spilo:
liveness:
enabled: false
readiness:
enabled: true
enabled: true
initialDelaySeconds: 60
failureThreshold: 20

failureThreshold: 20

0 comments on commit ee71440

Please sign in to comment.