Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
AnchorArray committed Jul 26, 2024
1 parent cfe8666 commit 3c56206
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions charts/guardrails/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,15 @@ IPs as load balancer targets:
```yaml
service:
annotations:
# Explicitly delegate LB controll to AWS Load Balancer Controller
service.beta.kubernetes.io/aws-load-balancer-type: "external"
# Create an NLB that resolves to public IP addresses
# Explicitly delegate LB controll to AWS Load Balancer Controller
service.beta.kubernetes.io/aws-load-balancer-type: "external"
# Create an NLB that resolves to public IP addresses
service.beta.kubernetes.io/aws-load-balancer-scheme: "internet-facing"
# Register the Pods IPs as load balancer targets
service.beta.kubernetes.io/aws-load-balancer-nlb-target-type: "ip"
# Use TCP protocol for traffic between NLB and Pods
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: "tcp"
# Must be of type LoadBalancer
# Must be of type LoadBalancer
type: LoadBalancer
```
Expand Down
8 changes: 4 additions & 4 deletions charts/guardrails/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,15 @@ IPs as load balancer targets:
```yaml
service:
annotations:
# Explicitly delegate LB controll to AWS Load Balancer Controller
service.beta.kubernetes.io/aws-load-balancer-type: "external"
# Create an NLB that resolves to public IP addresses
# Explicitly delegate LB controll to AWS Load Balancer Controller
service.beta.kubernetes.io/aws-load-balancer-type: "external"
# Create an NLB that resolves to public IP addresses
service.beta.kubernetes.io/aws-load-balancer-scheme: "internet-facing"
# Register the Pods IPs as load balancer targets
service.beta.kubernetes.io/aws-load-balancer-nlb-target-type: "ip"
# Use TCP protocol for traffic between NLB and Pods
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: "tcp"
# Must be of type LoadBalancer
# Must be of type LoadBalancer
type: LoadBalancer
```

Expand Down

0 comments on commit 3c56206

Please sign in to comment.