add MAX_TODOS env variable
This commit is contained in:
@@ -52,6 +52,12 @@ spec:
|
||||
name: postgres-secret
|
||||
key: POSTGRES_DB
|
||||
|
||||
- name: MAX_TODOS
|
||||
valueFrom:
|
||||
configMapKeyRef:
|
||||
name: fastapi-config
|
||||
key: MAX_TODOS
|
||||
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
|
||||
Reference in New Issue
Block a user