Skip to content

Commit 18fd801

Browse files
committedJul 15, 2022
fix: re-add resource limits
1 parent f122c68 commit 18fd801

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎charts/nomad-indexer/values.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ postgresql:
6767
postgresPassword: postgres
6868
database: nomad-indexer
6969
# ref: https://kubernetes.io/docs/user-guide/compute-resources/
70-
# TODO: re-add resource requests
71-
# primary:
72-
# resources:
73-
# requests:
74-
# cpu: 2000m
70+
primary:
71+
resources:
72+
requests:
73+
memory: 256Mi # default
74+
cpu: 2000m
7575

7676
prometheus-postgres-exporter:
7777
# ref: https://github.com/prometheus-community/helm-charts/blob/main/charts/prometheus-postgres-exporter/values.yaml

0 commit comments

Comments
 (0)
Please sign in to comment.