Merge pull request #46 from tylerauerbeck/default-ingress-action

Change default ingress action to none
This commit is contained in:
Jeff Geerling
2020-06-08 15:01:24 -05:00
committed by GitHub
4 changed files with 11 additions and 4 deletions

View File

@@ -80,7 +80,14 @@ Depending on the cluster that you're running on, you may wish to use an `Ingress
...
tower_ingress_type: Route
By default, this is configured to use `Ingress`.
OR
---
spec:
...
tower_ingress_type: Ingress
By default, no ingress/route is deployed as the default is set to `none`.
### Privileged Tasks

View File

@@ -6,7 +6,7 @@ metadata:
namespace: example-tower
spec:
deployment_type: awx
tower_ingress_type: ingress
tower_ingress_type: none
tower_task_privileged: false
tower_hostname: example-tower.test

View File

@@ -6,7 +6,7 @@ metadata:
namespace: example-tower
spec:
deployment_type: tower
tower_ingress_type: route
tower_ingress_type: none
tower_task_privileged: false
tower_hostname: example-tower.test

View File

@@ -1,6 +1,6 @@
---
tower_task_privileged: false
tower_ingress_type: ingress
tower_ingress_type: none
tower_hostname: example-tower.test
tower_secret_key: aabbcc