Skip to content

Commit

Permalink
chore: update --http-port arg comments (#1958)
Browse files Browse the repository at this point in the history
  • Loading branch information
heubeck committed Sep 18, 2023
1 parent b23c905 commit bcafab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/k8s-health-check/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ args:
- "--http-address=0.0.0.0"

# Set the port where the HTTP server listens
# - "--http-port 9090"
# - "--http-port=9090"

# Enable structured logging with LogEntry format:
- "--structured-logs"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
- "--http-address=0.0.0.0"

# Set the port where the HTTP server listens
# - "--http-port 9090"
# - "--http-port=9090"

# Enable structured logging with LogEntry format:
- "--structured-logs"
Expand Down

0 comments on commit bcafab1

Please sign in to comment.