You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Configuring Posit Package Manager with an AWS ALB Ingress
This example deploys Posit Package Manager with an Ingress using the AWS Load Balancer Controller to create an Application Load Balancer (ALB).
This example shows how to set annotations to redirect HTTP traffic to HTTPS and use AWS Certificate Manager if desired.
The AWS Load Balancer Controller has a variety of settings and modes of operation. Please visit the [AWS documentation](https://kubernetes-sigs.github.io/aws-load-balancer-controller/) for more details specific to your use case.
{{< include ../_prereqs.qmd >}}
```{.yaml include="rstudio-pm-alb-ingress.yaml" filename="values.yaml"}
```