diff --git a/k8s/ingress.yaml b/k8s/ingress.yaml index fc7afc1..a3eda75 100644 --- a/k8s/ingress.yaml +++ b/k8s/ingress.yaml @@ -18,9 +18,20 @@ spec: tls: - hosts: - sortifal.fr + - www.sortifal.fr secretName: homepage-tls rules: - host: "sortifal.fr" + http: + paths: + - path: "/" + pathType: Prefix + backend: + service: + name: homepage + port: + number: 3000 + - host: "www.sortifal.fr" http: paths: - path: "/"