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