Skip to content

Commit

Permalink
[TMP] Telepresence workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ykadowak committed Sep 20, 2023
1 parent 253a408 commit 1161d12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/telepresence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,8 @@ jobs:
wait_for_selector: app=vald-lb-gateway

- name: Install telepresence
env:
TELEPRESENCE_VERSION: 2.15.1
run: |
sudo curl -fL https://app.getambassador.io/download/tel2/linux/amd64/${TELEPRESENCE_VERSION}/telepresence -o /usr/local/bin/telepresence
sudo curl -fL https://app.getambassador.io/download/tel2oss/releases/download/v2.15.1/telepresence-linux-amd64 -o /usr/local/bin/telepresence
sudo chmod a+x /usr/local/bin/telepresence
- name: Deploy telepresence
Expand All @@ -75,4 +73,6 @@ jobs:
run: telepresence connect

- name: Check if telepresence is working
run: curl vald-lb-gateway.default.svc.cluster.local:8081
run: |
mkdir -p /etc/server && ln -s $(pwd)/cmd/index/job/correction/sample.yaml /etc/server/config.yaml
go run cmd/index/job/correction/main.go

0 comments on commit 1161d12

Please sign in to comment.