Skip to content

Commit

Permalink
Use default K8sDeputy.jl port in quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Mar 5, 2024
1 parent 507519c commit a0e2670
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/src/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a0e2670

Please sign in to comment.