Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 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
2 changes: 1 addition & 1 deletion online-boutique/kustomize/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ resources:
components:
- https://github.com/GoogleCloudPlatform/microservices-demo//kustomize/components/network-policies?timeout=90s&ref=6af73dcf7fe1ca653d95ae7a29e12faf8cf02964
- https://github.com/GoogleCloudPlatform/microservices-demo//kustomize/components/non-public-frontend?timeout=90s&ref=6af73dcf7fe1ca653d95ae7a29e12faf8cf02964
- https://github.com/GoogleCloudPlatform/microservices-demo//kustomize/components/without-loadgenerator?timeout=90s&ref=6af73dcf7fe1ca653d95ae7a29e12faf8cf02964
- https://github.com/GoogleCloudPlatform/microservices-demo//kustomize/components/cymbal-branding?timeout=90s&ref=6af73dcf7fe1ca653d95ae7a29e12faf8cf02964
patches:
- path: patch-enable-tracing.yaml
- path: patch-frontend-admin-panel.yaml
- path: patch-loadgenerator-config.yaml
20 changes: 20 additions & 0 deletions online-boutique/kustomize/patch-loadgenerator-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: loadgenerator
spec:
template:
spec:
containers:
- name: main
# TODO: Use upstream image when https://github.com/GoogleCloudPlatform/microservices-demo/pull/2775 is released
image: ghcr.io/aslafy-z/microservices-demo/loadgenerator:pr-2775
imagePullPolicy: Always
env:
- name: FRONTEND_ADDR
value: shop.ref+file://config.yaml#/ingress/domainName+:443
- name: FRONTEND_PROTO
value: https
- name: USERS
value: "240"