diff --git a/deploy/k8s-poc-demo/prod/ingress.yaml b/deploy/k8s-poc-demo/prod/ingress.yaml index c1de84e..9441946 100644 --- a/deploy/k8s-poc-demo/prod/ingress.yaml +++ b/deploy/k8s-poc-demo/prod/ingress.yaml @@ -9,10 +9,10 @@ metadata: spec: tls: - hosts: - - k8s-poc.distrilab.org - secretName: k8s-poc-tls-secret + - k8s-poc.distrilab.fr + secretName: k8s-poc-fr-tls-secret rules: - - host: k8s-poc.distrilab.org + - host: k8s-poc.distrilab.fr http: paths: - pathType: Prefix diff --git a/deploy/k8s-poc-demo/test/ingress.yaml b/deploy/k8s-poc-demo/test/ingress.yaml index fc63090..d1f3803 100644 --- a/deploy/k8s-poc-demo/test/ingress.yaml +++ b/deploy/k8s-poc-demo/test/ingress.yaml @@ -9,10 +9,10 @@ metadata: spec: tls: - hosts: - - test-k8s-poc.distrilab.org - secretName: k8s-poc-tls-secret + - test-k8s-poc.distrilab.fr + secretName: k8s-poc-fr-tls-secret rules: - - host: test-k8s-poc.distrilab.org + - host: test-k8s-poc.distrilab.fr http: paths: - pathType: Prefix