Add Service types to docs based on Ingress used

This commit is contained in:
stal
2021-04-12 21:14:54 +01:00
parent e091b32c4b
commit 0f90847c07

View File

@@ -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