Change default ingress action to none

This commit is contained in:
Tyler Auerbeck
2020-06-06 14:15:07 -04:00
parent 11c8fe2549
commit ba20b05d0f
4 changed files with 11 additions and 4 deletions

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