memory fixes
This commit is contained in:
@@ -33,6 +33,9 @@ spec:
|
||||
labels:
|
||||
app: postgres
|
||||
spec:
|
||||
# Prevent scheduling on Raspberry Pi due to resource requirements (256Mi-1Gi memory, 250m-1000m CPU)
|
||||
nodeSelector:
|
||||
hardware: high-memory
|
||||
containers:
|
||||
- name: postgres
|
||||
image: postgres:16
|
||||
|
||||
Reference in New Issue
Block a user