Skip to content

Commit

Permalink
ServiceEntry fix
Browse files Browse the repository at this point in the history
  • Loading branch information
werdes72 committed Jan 27, 2025
1 parent 6f1a630 commit 5095bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/tutorials/01-50-send-requests-using-egress.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Learn how to configure and use the Istio egress Gateway to allow outbound traffi
export SOURCE_POD=$(kubectl get pod -n "$NAMESPACE" -l app=curl -o jsonpath={.items..metadata.name})
```
6. Define a ServiceEntry to allow outbound traffic to the `kyma-project` domain and perform DNS resolution:
6. Define a ServiceEntry which adds the `kyma-project.io` hostname to the mesh:
```bash
kubectl apply -f - <<EOF
Expand Down

0 comments on commit 5095bfa

Please sign in to comment.