From a0e26701c8ffda515f748a3ffa99af684607432f Mon Sep 17 00:00:00 2001 From: Curtis Vogt Date: Tue, 5 Mar 2024 14:42:44 -0600 Subject: [PATCH] Use default K8sDeputy.jl port in quickstart --- docs/src/quickstart.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/src/quickstart.md b/docs/src/quickstart.md index a8b3e45..6289c74 100644 --- a/docs/src/quickstart.md +++ b/docs/src/quickstart.md @@ -28,13 +28,11 @@ For users who want to get started quickly you can use the following template to - name: app command: ["/bin/sh", "-c", "julia entrypoint.jl; sleep 1"] env: - - name: DEPUTY_HEALTH_CHECK_PORT - value: "44444" - name: DEPUTY_IPC_DIR value: /mnt/deputy-ipc ports: - name: health-check - containerPort: 44444 # Must match ENV `DEPUTY_HEALTH_CHECK_PORT` + containerPort: 8081 # Default K8sDeputy.jl heath check port protocol: TCP livenessProbe: httpGet: