Fix accidental tabs in examples

This commit is contained in:
Fabrizio Ferrai 2018-11-12 19:24:18 +01:00
parent ad3eff2c7e
commit 0691ba0078
3 changed files with 84 additions and 82 deletions

View File

@ -198,7 +198,8 @@ in let mkIngress : Config -> Ingress =
in let makeRule = \(service : Service) ->
{ host = Some service.host
, http = Some
{ paths = [ { backend = { serviceName = service.name
{ paths = [ { backend =
{ serviceName = service.name
, servicePort = IntOrString.Int 80
}
, path = None Text

View File

@ -31,7 +31,8 @@ in let mkIngress : Config -> Ingress =
in let makeRule = \(service : Service) ->
{ host = Some service.host
, http = Some
{ paths = [ { backend = { serviceName = service.name
{ paths = [ { backend =
{ serviceName = service.name
, servicePort = IntOrString.Int 80
}
, path = None Text