diff options
| author | Avesh Agarwal <avagarwa@redhat.com> | 2015-06-19 16:50:20 -0400 | 
|---|---|---|
| committer | Avesh Agarwal <avagarwa@redhat.com> | 2015-06-30 11:13:39 -0400 | 
| commit | 5e99c5791d48d42e67a1c92ff0c8f6a1b18e1208 (patch) | |
| tree | 76bb73efe5be22a3f1cdc102fd635e5a7679e343 | |
| parent | 06a1cf34750bd43fd4d3dd8fda0c4bb1cbefa059 (diff) | |
Changes related to latest openshift.
| -rw-r--r-- | roles/openshift_master/templates/master.yaml.v1.j2 | 6 | 
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  | 
