diff --git a/01_onsite/02_qa/efc-shop/deployment.yaml b/01_onsite/02_qa/efc-shop/deployment.yaml index 333a53a..d8473d4 100644 --- a/01_onsite/02_qa/efc-shop/deployment.yaml +++ b/01_onsite/02_qa/efc-shop/deployment.yaml @@ -137,7 +137,7 @@ spec: --- # Ingress description -apiVersion: networking.k8s.io/v1beta1 +apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: efc-shop-qa-ingress @@ -149,7 +149,10 @@ spec: - host: efc-shop-qa.k3s.semapp.lan http: paths: - - path: / - backend: - serviceName: efc-shop-frontend-qa - servicePort: 8501 \ No newline at end of file + - backend: + service: + name: efc-shop-frontend-qa + port: + number: 8501 + path: / + pathType: ImplementationSpecific