Browse Source

trialytix resources

feat/pgwatch2
Domagoj Zecevic 4 years ago
parent
commit
9c997e8d80
  1. 13
      01_onsite/02_qa/trialytix/deployment.yaml

13
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
---

Loading…
Cancel
Save