Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit 99af5ea

Browse files
author
Katie Horne
committed
update generic apps casing
1 parent 77d4f4e commit 99af5ea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

workspaces/applications.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ apps:
3737
# Working directory
3838
dir: /home/coder
3939
# File path to icon used in application launcher
40-
icon_path: /home/coder/goland.svg
40+
icon-path: /home/coder/goland.svg
4141
# Command to start the application
4242
command: /home/coder/.local/bin/projector
4343
# Array of arguments for command
4444
args: ["run"]
4545
# Health checks to get running application status
4646
# Can use exec or http health checks to localhost
47-
health_check:
47+
health-check:
4848
exec:
4949
command: "pgrep"
5050
args: ["projector"]
@@ -57,9 +57,9 @@ apps:
5757
**Notes**:
5858
5959
- All top-level fields in the `config.yaml` file are required
60-
- You must include at least one health check. The
61-
`exec` health check looks for an exit code of `0`, while the `http` health
62-
check looks for the return of `HTTP 200`.
60+
- You must include at least one health check. The `exec` health check looks for
61+
an exit code of `0`, while the `http` health check looks for the return of
62+
`HTTP 200`.
6363

6464
You can include the applications specification file in your
6565
[workspace image](../images/writing.md). You an also modify the file via

0 commit comments

Comments
 (0)