.
This commit is contained in:
@@ -46,6 +46,11 @@ spec:
|
||||
secretKeyRef:
|
||||
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