mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
fix(pg/dump-local): memory limit env var
This commit is contained in:
@@ -62,6 +62,7 @@ spec:
|
||||
PG_SC: "local"
|
||||
PG_CONFIG_VERSION: "15.2-11"
|
||||
PG_CONFIG_SIZE: "20Gi"
|
||||
PG_DUMP_LOCAL_MEM: "2Gi"
|
||||
patches:
|
||||
- patch: |
|
||||
$patch: delete
|
||||
|
||||
@@ -16,7 +16,8 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
egress.home.arpa/apiserver: "allow"
|
||||
egress.home.arpa/r2: "allow"
|
||||
#egress.home.arpa/r2: "allow" # TODO: this uses L7 DNS netpols, and each WAL push makes a new DNS request, on top of recursing ndots per request, causing Cilium dnsproxy to crash
|
||||
egress.home.arpa/world: "allow"
|
||||
s3.home.arpa/store: "rgw-${CLUSTER_NAME}"
|
||||
s3.home.arpa/minio-nas: "allow"
|
||||
prom.home.arpa/kps: "allow"
|
||||
|
||||
@@ -73,7 +73,7 @@ spec:
|
||||
resources:
|
||||
limits:
|
||||
cpu: 1000m
|
||||
memory: 1Gi
|
||||
memory: ${PG_DUMP_LOCAL_MEM:=1Gi}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
|
||||
Reference in New Issue
Block a user