File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/guide/use_cases/frontend_sg Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Learn how to [create an egress rule with the AWS CLI.](https://awscli.amazonaws.
6262
6363### 5. Add the security group annotation to your Ingress or Service
6464
65- For [ Ingress resources] ( ../guide/ingress/annotations#annotations ) , add the following annotation:
65+ For [ Ingress resources] ( ../../../ guide/ingress/annotations.md ) , add the following annotation:
6666
6767``` yaml
6868apiVersion : networking.k8s.io/v1
@@ -73,7 +73,7 @@ metadata:
7373 alb.ingress.kubernetes.io/security-groups : <sg-id>
7474` ` `
7575
76- For [Service resources](../guide/service/annotations.md#annotations), add the following annotation:
76+ For [Service resources](../../../ guide/service/annotations.md#annotations), add the following annotation:
7777
7878` ` ` yaml
7979apiVersion : v1
You can’t perform that action at this time.
0 commit comments