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