Skip to content

Commit

Permalink
chore: traffic-server forward script (#909)
Browse files Browse the repository at this point in the history
<!-- Please make sure there is an issue that this PR is correlated to. -->

## Changes

<!-- If there are frontend changes, please include screenshots. -->
  • Loading branch information
NathanFlurry committed Jun 19, 2024
1 parent d69a072 commit a3528db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/forward/traffic_server.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
set -euf

FORWARD_NS=traffic-server FORWARD_NAME=service/traffic-server FORWARD_PORT=8080 ./scripts/forward/service.sh

0 comments on commit a3528db

Please sign in to comment.