From 0f90847c07d4595f8ad19e287696bba65afb6f83 Mon Sep 17 00:00:00 2001 From: stal Date: Mon, 12 Apr 2021 21:14:54 +0100 Subject: [PATCH] Add Service types to docs based on Ingress used --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1920685c..13edc61e 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,14 @@ spec: tower_loadbalancer_protocol: http ``` +The AWX `Service` that gets created will have a `type` set based on the `tower_ingress_type` being used: + +If `tower_ingress_type: LoadBalancer` is used the `Service` will be set as `type: LoadBalancer`. + +If `tower_ingress_type: Ingress` is used the `Service` will be set as `type: ClusterIP`. + +If `tower_ingress_type: Route`, or no `tower_ingress_type` is specified in the Custom Resource Definition, the `Service` will be set as `type: NodePort`. + #### TLS Termination * Route