From 5cee3b46db3eb5776a7131c66cd4658898553ead Mon Sep 17 00:00:00 2001 From: Piotr Biernat Date: Tue, 21 Oct 2025 15:59:31 +0200 Subject: [PATCH] Fixes in identity-svc deployment --- deploy/k8s/identity-svc.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/deploy/k8s/identity-svc.yml b/deploy/k8s/identity-svc.yml index 402008c..1b6fa37 100644 --- a/deploy/k8s/identity-svc.yml +++ b/deploy/k8s/identity-svc.yml @@ -3,6 +3,9 @@ kind: Service metadata: name: identity-svc namespace: egommerce + annotations: + haproxy.org/check: "true" + # haproxy.org/server-ca: "egommerce/ca-root" labels: app: identity-svc spec: @@ -88,8 +91,11 @@ spec: readOnly: true resources: limits: - cpu: "1" - memory: 512M + cpu: 100m + memory: 512Mi + requests: + cpu: 50m + memory: 256Mi ports: - name: identity-svc containerPort: 443