summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorAvesh Agarwal <avagarwa@redhat.com>2015-06-19 16:50:20 -0400
committerAvesh Agarwal <avagarwa@redhat.com>2015-06-30 11:13:39 -0400
commit5e99c5791d48d42e67a1c92ff0c8f6a1b18e1208 (patch)
tree76bb73efe5be22a3f1cdc102fd635e5a7679e343 /roles
parent06a1cf34750bd43fd4d3dd8fda0c4bb1cbefa059 (diff)
downloadopenshift-5e99c5791d48d42e67a1c92ff0c8f6a1b18e1208.tar.gz
openshift-5e99c5791d48d42e67a1c92ff0c8f6a1b18e1208.tar.bz2
openshift-5e99c5791d48d42e67a1c92ff0c8f6a1b18e1208.tar.xz
openshift-5e99c5791d48d42e67a1c92ff0c8f6a1b18e1208.zip
Changes related to latest openshift.
Diffstat (limited to 'roles')
-rw-r--r--roles/openshift_master/templates/master.yaml.v1.j26
1 files changed, 4 insertions, 2 deletions
diff --git a/roles/openshift_master/templates/master.yaml.v1.j2 b/roles/openshift_master/templates/master.yaml.v1.j2
index 9df07e925..3b8b18c39 100644
--- a/roles/openshift_master/templates/master.yaml.v1.j2
+++ b/roles/openshift_master/templates/master.yaml.v1.j2
@@ -100,6 +100,8 @@ projectConfig:
mcsAllocatorRange: s0:/2
mcsLabelsPerProject: 5
uidAllocatorRange: 1000000000-1999999999/10000
+routingConfig:
+ subdomain: router.default.local
serviceAccountConfig:
managedNames:
- default
@@ -113,5 +115,5 @@ servingInfo:
certFile: master.server.crt
clientCA: ca.crt
keyFile: master.server.key
- maxRequestsInFlight: 0
- requestTimeoutSeconds: 0
+ maxRequestsInFlight: 500
+ requestTimeoutSeconds: 3600