Fixes in identity-svc deployment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user