add MAX_TODOS env var
This commit is contained in:
@@ -47,6 +47,13 @@ spec:
|
|||||||
name: fastapi-config
|
name: fastapi-config
|
||||||
key: DATABASE_PORT
|
key: DATABASE_PORT
|
||||||
|
|
||||||
|
# 🔥 DODANO (ovo ti fali)
|
||||||
|
- 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