Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 753 Bytes

File metadata and controls

16 lines (11 loc) · 753 Bytes
category Ingress
# Configuring Posit Connect with an Azure Application Gateway Ingress This example deploys Posit Connect with an Ingress using the Azure Application Gateway Ingress Controller to create an Azure Application Gateway load balancer. This example shows how to set annotations to enable session affinity and to redirect HTTP traffic to HTTPS. The Azure Application Gateway Ingress Controller has a variety of settings and modes of operation. Please visit the [Azure documentation](https://azure.github.io/application-gateway-kubernetes-ingress/) for more details specific to your use case. {{< include ../_prereqs.qmd >}} ```{.yaml include="rstudio-connect-azure-application-gateway-ingress.yaml" filename="values.yaml"} ```