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