.
This commit is contained in:
@@ -18,6 +18,13 @@ spec:
|
||||
image: postgres:16-alpine
|
||||
ports:
|
||||
- containerPort: 5432
|
||||
resources:
|
||||
requests:
|
||||
cpu: 1m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 300m
|
||||
memory: 512Mi
|
||||
env:
|
||||
- name: POSTGRES_DB
|
||||
valueFrom:
|
||||
|
||||
Reference in New Issue
Block a user