diff --git a/01_onsite/02_qa/trialytix/deployment.yaml b/01_onsite/02_qa/trialytix/deployment.yaml index db51ee4..a399f7e 100644 --- a/01_onsite/02_qa/trialytix/deployment.yaml +++ b/01_onsite/02_qa/trialytix/deployment.yaml @@ -22,10 +22,10 @@ spec: resources: requests: - memory: "256Mi" - cpu: "100m" - limits: memory: "512Mi" + cpu: "1" + limits: + memory: "2048Mi" cpu: "4" ports: - containerPort: 5100 @@ -41,10 +41,10 @@ spec: resources: requests: - memory: "256Mi" - cpu: "100m" - limits: memory: "512Mi" + cpu: "1" + limits: + memory: "2048Mi" cpu: "4" ports: - containerPort: 8100 @@ -84,6 +84,7 @@ data: API_URL: 'http://trialytix-qa.k3s.semapp.lan' FRONTEND_PORT: '8100' BACKEND_PORT: '5100' + ENV_TYPE: 'qa' # Nginx configuration ---