summaryrefslogtreecommitdiffstats
path: root/installer/roles
diff options
context:
space:
mode:
authorRyan Petrello <rpetrell@redhat.com>2018-07-27 16:34:07 +0200
committerRyan Petrello <rpetrell@redhat.com>2018-07-27 16:34:07 +0200
commit7588e65786fdd41f2f8775744f752d0c1b650d25 (patch)
treee16590eee2dc718ba726c5daf01af9437353aeba /installer/roles
parentMerge pull request #2696 from rooftopcellist/update_sdb_hostname (diff)
downloadawx-7588e65786fdd41f2f8775744f752d0c1b650d25.tar.xz
awx-7588e65786fdd41f2f8775744f752d0c1b650d25.zip
change openshift edge termination policy to redirect (enforce https)
see: https://github.com/ansible/tower/issues/2591 related: https://docs.openshift.org/latest/architecture/networking/routes.html
Diffstat (limited to 'installer/roles')
-rw-r--r--installer/roles/openshift/templates/deployment.yml.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/roles/openshift/templates/deployment.yml.j2 b/installer/roles/openshift/templates/deployment.yml.j2
index d46044aa0b..1804633f89 100644
--- a/installer/roles/openshift/templates/deployment.yml.j2
+++ b/installer/roles/openshift/templates/deployment.yml.j2
@@ -150,7 +150,7 @@ spec:
port:
targetPort: http
tls:
- insecureEdgeTerminationPolicy: Allow
+ insecureEdgeTerminationPolicy: Redirect
termination: edge
to:
kind: Service