Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NimJay committed Jun 15, 2023
1 parent bdc0e51 commit d54af3d
Show file tree
Hide file tree
Showing 12 changed files with 94 additions and 94 deletions.
10 changes: 5 additions & 5 deletions kustomize/base/adservice.yaml
Expand Up @@ -41,7 +41,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/adservice:v0.7.0
image: gcr.io/google-samples/microservices-demo/adservice:v0.8.0
ports:
- containerPort: 9555
env:
Expand All @@ -57,13 +57,13 @@ spec:
readinessProbe:
initialDelaySeconds: 20
periodSeconds: 15
exec:
command: ["/bin/grpc_health_probe", "-addr=:9555"]
grpc:
port: 9555
livenessProbe:
initialDelaySeconds: 20
periodSeconds: 15
exec:
command: ["/bin/grpc_health_probe", "-addr=:9555"]
grpc:
port: 9555
---
apiVersion: v1
kind: Service
Expand Down
10 changes: 5 additions & 5 deletions kustomize/base/cartservice.yaml
Expand Up @@ -41,7 +41,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/cartservice:v0.7.0
image: gcr.io/google-samples/microservices-demo/cartservice:v0.8.0
ports:
- containerPort: 7070
env:
Expand All @@ -56,13 +56,13 @@ spec:
memory: 128Mi
readinessProbe:
initialDelaySeconds: 15
exec:
command: ["/bin/grpc_health_probe", "-addr=:7070", "-rpc-timeout=5s"]
grpc:
port: 7070
livenessProbe:
initialDelaySeconds: 15
periodSeconds: 10
exec:
command: ["/bin/grpc_health_probe", "-addr=:7070", "-rpc-timeout=5s"]
grpc:
port: 7070
---
apiVersion: v1
kind: Service
Expand Down
10 changes: 5 additions & 5 deletions kustomize/base/checkoutservice.yaml
Expand Up @@ -40,15 +40,15 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/checkoutservice:v0.7.0
image: gcr.io/google-samples/microservices-demo/checkoutservice:v0.8.0
ports:
- containerPort: 5050
readinessProbe:
exec:
command: ["/bin/grpc_health_probe", "-addr=:5050"]
grpc:
port: 5050
livenessProbe:
exec:
command: ["/bin/grpc_health_probe", "-addr=:5050"]
grpc:
port: 5050
env:
- name: PORT
value: "5050"
Expand Down
10 changes: 5 additions & 5 deletions kustomize/base/currencyservice.yaml
Expand Up @@ -41,7 +41,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/currencyservice:v0.7.0
image: gcr.io/google-samples/microservices-demo/currencyservice:v0.8.0
ports:
- name: grpc
containerPort: 7000
Expand All @@ -51,11 +51,11 @@ spec:
- name: DISABLE_PROFILER
value: "1"
readinessProbe:
exec:
command: ["/bin/grpc_health_probe", "-addr=:7000"]
grpc:
port: 7000
livenessProbe:
exec:
command: ["/bin/grpc_health_probe", "-addr=:7000"]
grpc:
port: 7000
resources:
requests:
cpu: 100m
Expand Down
10 changes: 5 additions & 5 deletions kustomize/base/emailservice.yaml
Expand Up @@ -41,7 +41,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/emailservice:v0.7.0
image: gcr.io/google-samples/microservices-demo/emailservice:v0.8.0
ports:
- containerPort: 8080
env:
Expand All @@ -51,12 +51,12 @@ spec:
value: "1"
readinessProbe:
periodSeconds: 5
exec:
command: ["/bin/grpc_health_probe", "-addr=:8080"]
grpc:
port: 8080
livenessProbe:
periodSeconds: 5
exec:
command: ["/bin/grpc_health_probe", "-addr=:8080"]
grpc:
port: 8080
resources:
requests:
cpu: 100m
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/frontend.yaml
Expand Up @@ -42,7 +42,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/frontend:v0.7.0
image: gcr.io/google-samples/microservices-demo/frontend:v0.8.0
ports:
- containerPort: 8080
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/loadgenerator.yaml
Expand Up @@ -67,7 +67,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/loadgenerator:v0.7.0
image: gcr.io/google-samples/microservices-demo/loadgenerator:v0.8.0
env:
- name: FRONTEND_ADDR
value: "frontend:80"
Expand Down
10 changes: 5 additions & 5 deletions kustomize/base/paymentservice.yaml
Expand Up @@ -41,7 +41,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/paymentservice:v0.7.0
image: gcr.io/google-samples/microservices-demo/paymentservice:v0.8.0
ports:
- containerPort: 50051
env:
Expand All @@ -50,11 +50,11 @@ spec:
- name: DISABLE_PROFILER
value: "1"
readinessProbe:
exec:
command: ["/bin/grpc_health_probe", "-addr=:50051"]
grpc:
port: 50051
livenessProbe:
exec:
command: ["/bin/grpc_health_probe", "-addr=:50051"]
grpc:
port: 50051
resources:
requests:
cpu: 100m
Expand Down
10 changes: 5 additions & 5 deletions kustomize/base/productcatalogservice.yaml
Expand Up @@ -41,7 +41,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/productcatalogservice:v0.7.0
image: gcr.io/google-samples/microservices-demo/productcatalogservice:v0.8.0
ports:
- containerPort: 3550
env:
Expand All @@ -50,11 +50,11 @@ spec:
- name: DISABLE_PROFILER
value: "1"
readinessProbe:
exec:
command: ["/bin/grpc_health_probe", "-addr=:3550"]
grpc:
port: 3550
livenessProbe:
exec:
command: ["/bin/grpc_health_probe", "-addr=:3550"]
grpc:
port: 3550
resources:
requests:
cpu: 100m
Expand Down
10 changes: 5 additions & 5 deletions kustomize/base/recommendationservice.yaml
Expand Up @@ -41,17 +41,17 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/recommendationservice:v0.7.0
image: gcr.io/google-samples/microservices-demo/recommendationservice:v0.8.0
ports:
- containerPort: 8080
readinessProbe:
periodSeconds: 5
exec:
command: ["/bin/grpc_health_probe", "-addr=:8080"]
grpc:
port: 8080
livenessProbe:
periodSeconds: 5
exec:
command: ["/bin/grpc_health_probe", "-addr=:8080"]
grpc:
port: 8080
env:
- name: PORT
value: "8080"
Expand Down
10 changes: 5 additions & 5 deletions kustomize/base/shippingservice.yaml
Expand Up @@ -40,7 +40,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/shippingservice:v0.7.0
image: gcr.io/google-samples/microservices-demo/shippingservice:v0.8.0
ports:
- containerPort: 50051
env:
Expand All @@ -50,11 +50,11 @@ spec:
value: "1"
readinessProbe:
periodSeconds: 5
exec:
command: ["/bin/grpc_health_probe", "-addr=:50051"]
grpc:
port: 50051
livenessProbe:
exec:
command: ["/bin/grpc_health_probe", "-addr=:50051"]
grpc:
port: 50051
resources:
requests:
cpu: 100m
Expand Down

0 comments on commit d54af3d

Please sign in to comment.