Browse Source

trialitix demo new image and adjusted resources

master
Domagoj Zecevic 3 years ago
parent
commit
e2ab0b5c03
  1. 8
      02_hetzner/02_trialytix/trialytix-demo/deployment.yaml

8
02_hetzner/02_trialytix/trialytix-demo/deployment.yaml

@ -18,11 +18,11 @@ spec:
containers:
# Backend container
- name: trialytix-backend
image: packages.semapp.lan:5000/trialytix_backend:1.9.4-rc1
image: packages.semapp.lan:5000/trialytix_backend:1.9.7-rc1
resources:
requests:
memory: "512Mi"
cpu: "1"
cpu: "0.1"
limits:
memory: "2048Mi"
cpu: "8"
@ -36,11 +36,11 @@ spec:
imagePullPolicy: Always
# Frontend container
- name: trialytix-frontend
image: packages.semapp.lan:5000/trialytix_frontend:1.9.4-rc1
image: packages.semapp.lan:5000/trialytix_frontend:1.9.7-rc1
resources:
requests:
memory: "512Mi"
cpu: "1"
cpu: "0.1"
limits:
memory: "2048Mi"
cpu: "8"

Loading…
Cancel
Save