Skip to content

Commit 722b4a1

Browse files
committed
chore(controller): describe deployment add startup_probe field
1 parent 45cb63c commit 722b4a1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rootfs/api/models/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ def describe_deployment(self, deployment_name):
451451
"image": container["image"],
452452
"command": container.get("command", []),
453453
"args": container.get("args", []),
454+
"startup_probe": container.get("startupProbe", {}),
454455
"liveness_probe": container.get("livenessProbe", {}),
455456
"readiness_probe": container.get("readinessProbe", {}),
456457
"limits": limits,

0 commit comments

Comments
 (0)