Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 694 Bytes

File metadata and controls

15 lines (10 loc) · 694 Bytes
category Ingress
# 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"} ```