diff --git a/infra/manifests/ingress.yaml b/infra/manifests/ingress.yaml index 6f09b36..33b0f49 100644 --- a/infra/manifests/ingress.yaml +++ b/infra/manifests/ingress.yaml @@ -14,6 +14,9 @@ spec: - hosts: - abitibitemiscamingueesports.club secretName: abitibi-wildcard-tls + - hosts: + - poire.dev + secretName: poire.dev-wildcard-tls rules: - host: momoperes.ca http: @@ -47,3 +50,15 @@ spec: backend: serviceName: abitibi servicePort: 9000 + - host: poire.dev + http: + paths: + - path: / + backend: + serviceName: website + servicePort: 9000 + - path: /files + backend: + serviceName: website-files + servicePort: 9000 +