Fixes in identity-svc deployment

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

View File

@@ -3,6 +3,9 @@ kind: Service
metadata: metadata:
name: identity-svc name: identity-svc
namespace: egommerce namespace: egommerce
annotations:
haproxy.org/check: "true"
# haproxy.org/server-ca: "egommerce/ca-root"
labels: labels:
app: identity-svc app: identity-svc
spec: spec:
@@ -88,8 +91,11 @@ spec:
readOnly: true readOnly: true
resources: resources:
limits: limits:
cpu: "1" cpu: 100m
memory: 512M memory: 512Mi
requests:
cpu: 50m
memory: 256Mi
ports: ports:
- name: identity-svc - name: identity-svc
containerPort: 443 containerPort: 443