From e2ab0b5c03c19f3c0de0ca5f2f15c90d7473790c Mon Sep 17 00:00:00 2001 From: Domagoj Zecevic Date: Thu, 4 Aug 2022 16:13:01 +0200 Subject: [PATCH] trialitix demo new image and adjusted resources --- 02_hetzner/02_trialytix/trialytix-demo/deployment.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/02_hetzner/02_trialytix/trialytix-demo/deployment.yaml b/02_hetzner/02_trialytix/trialytix-demo/deployment.yaml index e30ecc7..9f44ac0 100644 --- a/02_hetzner/02_trialytix/trialytix-demo/deployment.yaml +++ b/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"