add MAX_TODOS env var
This commit is contained in:
@@ -47,6 +47,13 @@ spec:
|
||||
name: fastapi-config
|
||||
key: DATABASE_PORT
|
||||
|
||||
# 🔥 DODANO (ovo ti fali)
|
||||
- name: MAX_TODOS
|
||||
valueFrom:
|
||||
configMapKeyRef:
|
||||
name: fastapi-config
|
||||
key: MAX_TODOS
|
||||
|
||||
- name: POSTGRES_USER
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
||||
Reference in New Issue
Block a user