diff --git a/01_onsite/02_qa/semcust/deployment.yaml b/01_onsite/02_qa/semcust/deployment.yaml index cc2fb61..55a68f1 100644 --- a/01_onsite/02_qa/semcust/deployment.yaml +++ b/01_onsite/02_qa/semcust/deployment.yaml @@ -252,7 +252,7 @@ spec: --- # Ingress description -apiVersion: networking.k8s.io/v1beta1 +apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: semcust-qa-ingress @@ -264,7 +264,10 @@ spec: - host: semcust-qa.k3s.semapp.lan http: paths: - - path: / - backend: - serviceName: semcust-frontend-qa - servicePort: 8200 \ No newline at end of file + - backend: + service: + name: semcust-frontend-qa + port: + number: 8200 + path: / + pathType: ImplementationSpecific