diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2018-07-27 16:34:07 +0200 |
---|---|---|
committer | Ryan Petrello <rpetrell@redhat.com> | 2018-07-27 16:34:07 +0200 |
commit | 7588e65786fdd41f2f8775744f752d0c1b650d25 (patch) | |
tree | e16590eee2dc718ba726c5daf01af9437353aeba /installer/roles | |
parent | Merge pull request #2696 from rooftopcellist/update_sdb_hostname (diff) | |
download | awx-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.j2 | 2 |
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 |