Skip to content

Commit

Permalink
67
Browse files Browse the repository at this point in the history
  • Loading branch information
Houssem Dellai committed May 27, 2024
1 parent 4aa763e commit 4dfe4a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions 67_egress_proxy_httponly/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ terraform plan -out tfplan
terraform apply tfplan
```

> Note how we allowed the IP address of the current machine and the IP address of the AKS Load Balancer.
## Check the created resources

![](images/resources.png)
Expand Down
Binary file modified 67_egress_proxy_httponly/images/resources.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion 67_egress_proxy_httponly/pod-mssql-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ spec:
containers:
- name: mssql-tools
image: mcr.microsoft.com/mssql-tools
args: [/bin/sh, -c, 'while true; do echo "$(date)"; sleep 10; done']\
args: [/bin/sh, -c, 'while true; do echo "$(date)"; sleep 10; done']

0 comments on commit 4dfe4a6

Please sign in to comment.