Fixes in identity-svc deployment

This commit is contained in:
2025-10-21 15:59:31 +02:00
parent a6dbe760e2
commit 5cee3b46db

View File

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