diff options
| -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 | 
