diff --git a/infra/manifests/ingress.yaml b/infra/manifests/ingress.yaml index 33b0f49..4ce43c1 100644 --- a/infra/manifests/ingress.yaml +++ b/infra/manifests/ingress.yaml @@ -17,6 +17,9 @@ spec: - hosts: - poire.dev secretName: poire.dev-wildcard-tls + - hosts: + - aramperes.ca + secretName: aramperes.ca-wildcard-tls rules: - host: momoperes.ca http: @@ -61,4 +64,15 @@ spec: backend: serviceName: website-files servicePort: 9000 + - host: aramperes.ca + http: + paths: + - path: / + backend: + serviceName: website + servicePort: 9000 + - path: /files + backend: + serviceName: website-files + servicePort: 9000