From d2d7d924a6d55c018ae2be263d7bec3a6e6f3f9b Mon Sep 17 00:00:00 2001 From: momothereal Date: Sun, 27 Oct 2019 15:49:53 -0400 Subject: [PATCH] Spacing --- infra/manifests/ingress.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/infra/manifests/ingress.yaml b/infra/manifests/ingress.yaml index 83e8dff..467b528 100644 --- a/infra/manifests/ingress.yaml +++ b/infra/manifests/ingress.yaml @@ -19,9 +19,9 @@ spec: serviceName: website servicePort: 9000 - host: defiant.momoperes.ca - http: - paths: - - path: / - backend: - serviceName: defiant - servicePort: 80 + http: + paths: + - path: / + backend: + serviceName: defiant + servicePort: 80