Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shubham #9

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
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
692 changes: 692 additions & 0 deletions deployment-service.yml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.6.0
version: 0.7.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.6.0"
appVersion: "v0.7.0"
Binary file added helm-chart/onlineboutique-0.7.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion kustomize/base/adservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/adservice:v0.6.0
image: gcr.io/google-samples/microservices-demo/adservice:v0.7.0
ports:
- containerPort: 9555
env:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/cartservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/cartservice:v0.6.0
image: gcr.io/google-samples/microservices-demo/cartservice:v0.7.0
ports:
- containerPort: 7070
env:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/checkoutservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/checkoutservice:v0.6.0
image: gcr.io/google-samples/microservices-demo/checkoutservice:v0.7.0
ports:
- containerPort: 5050
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/currencyservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/currencyservice:v0.6.0
image: gcr.io/google-samples/microservices-demo/currencyservice:v0.7.0
ports:
- name: grpc
containerPort: 7000
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/emailservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/emailservice:v0.6.0
image: gcr.io/google-samples/microservices-demo/emailservice:v0.7.0
ports:
- containerPort: 8080
env:
Expand Down
8 changes: 5 additions & 3 deletions kustomize/base/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/frontend:v0.6.0
image: gcr.io/google-samples/microservices-demo/frontend:v0.7.0
ports:
- containerPort: 8080
readinessProbe:
Expand Down Expand Up @@ -79,13 +79,15 @@ spec:
- name: AD_SERVICE_ADDR
value: "adservice:9555"
# # ENV_PLATFORM: One of: local, gcp, aws, azure, onprem, alibaba
# # When not set, defaults to "local" unless running in GKE, otherwies auto-sets to gcp
# - name: ENV_PLATFORM
# # When not set, defaults to "local" unless running in GKE, otherwies auto-sets to gcp
# - name: ENV_PLATFORM
# value: "aws"
- name: ENABLE_PROFILER
value: "0"
# - name: CYMBAL_BRANDING
# value: "true"
# - name: FRONTEND_MESSAGE
# value: "Replace this with a message you want to display on all pages."
resources:
requests:
cpu: 100m
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/loadgenerator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/loadgenerator:v0.6.0
image: gcr.io/google-samples/microservices-demo/loadgenerator:v0.7.0
env:
- name: FRONTEND_ADDR
value: "frontend:80"
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/paymentservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/paymentservice:v0.6.0
image: gcr.io/google-samples/microservices-demo/paymentservice:v0.7.0
ports:
- containerPort: 50051
env:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/productcatalogservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/productcatalogservice:v0.6.0
image: gcr.io/google-samples/microservices-demo/productcatalogservice:v0.7.0
ports:
- containerPort: 3550
env:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/recommendationservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/recommendationservice:v0.6.0
image: gcr.io/google-samples/microservices-demo/recommendationservice:v0.7.0
ports:
- containerPort: 8080
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/shippingservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/shippingservice:v0.6.0
image: gcr.io/google-samples/microservices-demo/shippingservice:v0.7.0
ports:
- containerPort: 50051
env:
Expand Down
Loading