add MAX_TODOS env
This commit is contained in:
@@ -38,6 +38,11 @@ spec:
|
|||||||
configMapKeyRef:
|
configMapKeyRef:
|
||||||
name: fastapi-config
|
name: fastapi-config
|
||||||
key: DATABASE_PORT
|
key: DATABASE_PORT
|
||||||
|
- name: MAX_TODOS
|
||||||
|
valueFrom:
|
||||||
|
configMapKeyRef:
|
||||||
|
name: fastapi-config
|
||||||
|
key: MAX_TODOS
|
||||||
- name: POSTGRES_USER
|
- name: POSTGRES_USER
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|||||||
Reference in New Issue
Block a user