Skip to content

Commit

Permalink
docs: Correct typo to match with YAML input in Ingress documentation (a…
Browse files Browse the repository at this point in the history
…rgoproj#8392)

* docs: Correct typo to match with YAML input in Ingress documentation

Signed-off-by: Ryota <[email protected]>

* Retrigger CI pipeline

Signed-off-by: Ryota <[email protected]>
  • Loading branch information
rytswd authored Feb 23, 2022
1 parent 764b7a6 commit ebc89ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operator-manual/ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The Contour ingress controller can terminate TLS ingress traffic at the edge.

The Argo CD API server should be run with TLS disabled. Edit the `argocd-server` Deployment to add the `--insecure` flag to the argocd-server container command.

It is also possible to provide an internal-only ingress path and an external-only ingress path by deploying two instances of Contour: one behind a private-subnet LoadBalancer service and one behind a public-subnet LoadBalancer service. The private Contour deployment will pick up Ingresses annotated with `kubernetes.io/ingress.class: contour-external` and the public Contour deployment will pick up Ingresses annotated with `kubernetes.io/ingress.class: contour-external`.
It is also possible to provide an internal-only ingress path and an external-only ingress path by deploying two instances of Contour: one behind a private-subnet LoadBalancer service and one behind a public-subnet LoadBalancer service. The private Contour deployment will pick up Ingresses annotated with `kubernetes.io/ingress.class: contour-internal` and the public Contour deployment will pick up Ingresses annotated with `kubernetes.io/ingress.class: contour-external`.

This provides the opportunity to deploy the Argo CD UI privately but still allow for SSO callbacks to succeed.

Expand Down

0 comments on commit ebc89ce

Please sign in to comment.