memory fixes
This commit is contained in:
@@ -20,6 +20,9 @@ spec:
|
||||
labels:
|
||||
service: postgres-n8n
|
||||
spec:
|
||||
# Prevent scheduling on Raspberry Pi due to high memory requirements (2-4Gi)
|
||||
nodeSelector:
|
||||
hardware: high-memory
|
||||
containers:
|
||||
- image: postgres:18
|
||||
name: postgres
|
||||
|
||||
Reference in New Issue
Block a user