Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions kubernetes-manifests/adservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ spec:
cpu: 200m
memory: 300Mi
limits:
cpu: 200m
memory: 300Mi
cpu: 500m
memory: 500Mi
readinessProbe:
initialDelaySeconds: 60
periodSeconds: 25
Expand Down
4 changes: 2 additions & 2 deletions kubernetes-manifests/cartservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ spec:
cpu: 70m
memory: 64Mi
limits:
cpu: 70m
memory: 128Mi
cpu: 500m
memory: 500Mi
readinessProbe:
initialDelaySeconds: 15
exec:
Expand Down
6 changes: 4 additions & 2 deletions kubernetes-manifests/checkoutservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ spec:
exec:
command: ["/bin/grpc_health_probe", "-addr=:5050"]
env:
- name: DISABLE_PROFILER
value: "true"
- name: PORT
value: "5050"
- name: PRODUCT_CATALOG_SERVICE_ADDR
Expand Down Expand Up @@ -70,8 +72,8 @@ spec:
cpu: 70m
memory: 64Mi
limits:
cpu: 70m
memory: 128Mi
cpu: 500m
memory: 500Mi
---
apiVersion: v1
kind: Service
Expand Down
4 changes: 2 additions & 2 deletions kubernetes-manifests/currencyservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ spec:
cpu: 70m
memory: 64Mi
limits:
cpu: 70m
memory: 128Mi
cpu: 500m
memory: 500Mi
---
apiVersion: v1
kind: Service
Expand Down
4 changes: 2 additions & 2 deletions kubernetes-manifests/emailservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ spec:
cpu: 70m
memory: 64Mi
limits:
cpu: 70m
memory: 128Mi
cpu: 500m
memory: 500Mi
---
apiVersion: v1
kind: Service
Expand Down
6 changes: 4 additions & 2 deletions kubernetes-manifests/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ spec:
- name: "Cookie"
value: "shop_session-id=x-liveness-probe"
env:
- name: DISABLE_PROFILER
value: "true"
- name: PORT
value: "8080"
- name: PRODUCT_CATALOG_SERVICE_ADDR
Expand Down Expand Up @@ -89,8 +91,8 @@ spec:
cpu: 70m
memory: 64Mi
limits:
cpu: 70m
memory: 128Mi
cpu: 500m
memory: 500Mi
---
apiVersion: v1
kind: Service
Expand Down
4 changes: 2 additions & 2 deletions kubernetes-manifests/paymentservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ spec:
cpu: 80m
memory: 64Mi
limits:
cpu: 80m
memory: 128Mi
cpu: 500m
memory: 500Mi
---
apiVersion: v1
kind: Service
Expand Down
6 changes: 4 additions & 2 deletions kubernetes-manifests/productcatalogservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ spec:
ports:
- containerPort: 3550
env:
- name: DISABLE_PROFILER
value: "true"
- name: PORT
value: "3550"
- name: NODE_IP
Expand All @@ -55,8 +57,8 @@ spec:
cpu: 50m
memory: 64Mi
limits:
cpu: 50m
memory: 128Mi
cpu: 500m
memory: 500Mi
---
apiVersion: v1
kind: Service
Expand Down
4 changes: 2 additions & 2 deletions kubernetes-manifests/recommendationservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ spec:
cpu: 70m
memory: 128Mi
limits:
cpu: 70m
memory: 256Mi
cpu: 500m
memory: 500Mi
---
apiVersion: v1
kind: Service
Expand Down
6 changes: 4 additions & 2 deletions kubernetes-manifests/shippingservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ spec:
ports:
- containerPort: 50051
env:
- name: DISABLE_PROFILER
value: "true"
- name: PORT
value: "50051"
- name: NODE_IP
Expand All @@ -55,8 +57,8 @@ spec:
cpu: 50m
memory: 64Mi
limits:
cpu: 50m
memory: 128Mi
cpu: 500m
memory: 500Mi
---
apiVersion: v1
kind: Service
Expand Down