mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
Add Service types to docs based on Ingress used
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user