Skip to content

Commit d619e79

Browse files
authored
helm: increase default postgres resource preset (#2221)
* switch to small preset for postgres * lint * bump version
1 parent 1be4fcb commit d619e79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hosting/k8s/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: trigger
33
description: The official Trigger.dev Helm chart
44
type: application
5-
version: 4.0.0-beta.11
5+
version: 4.0.0-beta.12
66
appVersion: trigger-helm-rc.1
77
home: https://trigger.dev
88
sources:

hosting/k8s/helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ postgres:
335335
persistence:
336336
enabled: true
337337
size: 10Gi
338+
resourcesPreset: "small"
338339
resources: {}
339340
configuration: |
340341
listen_addresses = '*'
@@ -657,7 +658,6 @@ persistence:
657658
storageClass: ""
658659
retain: true # Prevents deletion on uninstall
659660

660-
661661
# Telemetry configuration
662662
telemetry:
663663
enabled: true

0 commit comments

Comments
 (0)