From 7a519f17f9baeb6c6a0791375d5894ea89bae505 Mon Sep 17 00:00:00 2001 From: RikThePixel Date: Wed, 10 Jan 2024 21:28:55 +0100 Subject: [PATCH] Remove resources from k8s file --- k8s/account-deployment.yml | 14 +++++++------- k8s/advertisement-deployment.yml | 14 +++++++------- k8s/gateway-deployment.yml | 14 +++++++------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/k8s/account-deployment.yml b/k8s/account-deployment.yml index 09ff16f..f12a815 100644 --- a/k8s/account-deployment.yml +++ b/k8s/account-deployment.yml @@ -19,13 +19,13 @@ spec: - name: accounts-container image: squaremarketacr.azurecr.io/squaremarket-accounts:v0.1 imagePullPolicy: Always - resources: - requests: - cpu: 100m - memory: 512Mi - limits: - cpu: 100m - memory: 512Mi + # resources: + # requests: + # cpu: 250m + # memory: 1Gi + # limits: + # cpu: 500m + # memory: 1Gi readinessProbe: httpGet: path: /v1/health diff --git a/k8s/advertisement-deployment.yml b/k8s/advertisement-deployment.yml index 6e9887d..beed956 100644 --- a/k8s/advertisement-deployment.yml +++ b/k8s/advertisement-deployment.yml @@ -19,13 +19,13 @@ spec: - name: advertisements-container image: squaremarketacr.azurecr.io/squaremarket-advertisements:v0.1 imagePullPolicy: Always - resources: - requests: - cpu: 100m - memory: 512Mi - limits: - cpu: 100m - memory: 512Mi + # resources: + # requests: + # cpu: 250m + # memory: 1Gi + # limits: + # cpu: 500m + # memory: 1Gi readinessProbe: httpGet: path: /v1/health diff --git a/k8s/gateway-deployment.yml b/k8s/gateway-deployment.yml index 6cef594..1f4fa22 100644 --- a/k8s/gateway-deployment.yml +++ b/k8s/gateway-deployment.yml @@ -19,13 +19,13 @@ spec: - name: gateway-container image: squaremarketacr.azurecr.io/squaremarket-gateway:v0.1 imagePullPolicy: Always - resources: - requests: - cpu: 100m - memory: 256Mi - limits: - cpu: 100m - memory: 256Mi + # resources: + # requests: + # cpu: 250m + # memory: 1Gi + # limits: + # cpu: 500m + # memory: 1Gi readinessProbe: httpGet: path: /services.json