<
4FC6
script type="application/json" data-target="react-app.embeddedData">{"payload":{"allShortcutsEnabled":false,"path":"helm-chart","repo":{"id":609534579,"defaultBranch":"main","name":"microservices-demo","ownerLogin":"sulmone","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-03-04T13:23:40.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2083694?v=4","public":true,"private":false,"isOrgOwned":false},"currentUser":null,"refInfo":{"name":"main","listCacheKey":"v0:1677936475.400237","canEdit":false,"refType":"branch","currentOid":"30c62eb234b683a22395d31a022af54223ef924d"},"tree":{"items":[{"name":"templates","path":"helm-chart/templates","contentType":"directory"},{"name":"Chart.yaml","path":"helm-chart/Chart.yaml","contentType":"file"},{"name":"README.md","path":"helm-chart/README.md","contentType":"file"},{"name":"onlineboutique-0.5.1.tgz","path":"helm-chart/onlineboutique-0.5.1.tgz","contentType":"file"},{"name":"onlineboutique-0.5.2.tgz","path":"helm-chart/onlineboutique-0.5.2.tgz","contentType":"file"},{"name":"values.yaml","path":"helm-chart/values.yaml","contentType":"file"}],"templateDirectorySuggestionUrl":null,"readme":{"displayName":"README.md","richText":"\u003carticle class=\"markdown-body entry-content container-lg\" itemprop=\"text\"\u003e\u003cdiv class=\"markdown-heading\" dir=\"auto\"\u003e\u003ch1 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\"\u003eHelm chart for Online Boutique\u003c/h1\u003e\u003ca id=\"user-content-helm-chart-for-online-boutique\" class=\"anchor\" aria-label=\"Permalink: Helm chart for Online Boutique\" href=\"#helm-chart-for-online-boutique\"\u003e\u003csvg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"\u003e\u003cpath d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003c/a\u003e\u003c/div\u003e\n\u003cp dir=\"auto\"\u003eIf you'd like to deploy Online Boutique via its Helm chart, you could leverage the following instructions.\u003c/p\u003e\n\u003cp dir=\"auto\"\u003e\u003cstrong\u003eWarning:\u003c/strong\u003e Online Boutique's Helm chart is currently experimental. If you have feedback or run into issues, let us know inside \u003ca href=\"https://github.com/GoogleCloudPlatform/microservices-demo/issues/1319\" data-hovercard-type=\"issue\" data-hovercard-url=\"/GoogleCloudPlatform/microservices-demo/issues/1319/hovercard\"\u003eGitHub Issue #1319\u003c/a\u003e or by creating a \u003ca href=\"https://github.com/GoogleCloudPlatform/microservices-demo/issues/new/choose\"\u003enew GitHub Issue\u003c/a\u003e.\u003c/p\u003e\n\u003cp dir=\"auto\"\u003eDeploy the default setup of Online Boutique:\u003c/p\u003e\n\u003cdiv class=\"highlight highlight-source-shell notranslate position-relative overflow-auto\" dir=\"auto\" data-snippet-clipboard-copy-content=\"helm upgrade onlineboutique oci://us-docker.pkg.dev/online-boutique-ci/charts/onlineboutique \\\n --install\"\u003e\u003cpre\u003ehelm upgrade onlineboutique oci://us-docker.pkg.dev/online-boutique-ci/charts/onlineboutique \\\n --install\u003c/pre\u003e\u003c/div\u003e\n\u003cp dir=\"auto\"\u003eDeploy advanced scenario of Online Boutique:\u003c/p\u003e\n\u003cdiv class=\"highlight highlight-source-shell notranslate position-relative overflow-auto\" dir=\"auto\" data-snippet-clipboard-copy-content=\"helm upgrade onlineboutique oci://us-docker.pkg.dev/online-boutique-ci/charts/onlineboutique \\\n --install \\\n --create-namespace \\\n --set images.repository=us-docker.pkg.dev/my-project/containers/onlineboutique \\\n --set frontend.externalService=false \\\n --set redis.create=false \\\n --set cartservice.database.type=spanner \\\n --set cartservice.database.connectionString=projects/my-project/instances/onlineboutique/databases/carts \\\n --set serviceAccounts.create=true \\\n --set authorizationPolicies.create=true \\\n --set networkPolicies.create=true \\\n --set sidecars.create=true \\\n --set frontend.virtualService.create=true \\\n --set 'serviceAccounts.annotations.iam\\.gke\\.io/gcp-service-account=spanner-db-user@my-project.iam.gserviceaccount.com' \\\n --set serviceAccounts.annotationsOnlyForCartservice=true \\\n -n onlineboutique\"\u003e\u003cpre\u003ehelm upgrade onlineboutique oci://us-docker.pkg.dev/online-boutique-ci/charts/onlineboutique \\\n --install \\\n --create-namespace \\\n --set images.repository=us-docker.pkg.dev/my-project/containers/onlineboutique \\\n --set frontend.externalService=false \\\n --set redis.create=false \\\n --set cartservice.database.type=spanner \\\n --set cartservice.database.connectionString=projects/my-project/instances/onlineboutique/databases/carts \\\n --set serviceAccounts.create=true \\\n --set authorizationPolicies.create=true \\\n --set networkPolicies.create=true \\\n --set sidecars.create=true \\\n --set frontend.virtualService.create=true \\\n --set \u003cspan class=\"pl-s\"\u003e\u003cspan class=\"pl-pds\"\u003e'\u003c/span\u003eserviceAccounts.annotations.iam\\.gke\\.io/gcp-service-account=spanner-db-user@my-project.iam.gserviceaccount.com\u003cspan class=\"pl-pds\"\u003e'\u003c/span\u003e\u003c/span\u003e \\\n --set serviceAccounts.annotationsOnlyForCartservice=true \\\n -n onlineboutique\u003c/pre\u003e\u003c/div\u003e\n\u003cp dir=\"auto\"\u003eFor the full list of configurations, see \u003ca href=\"/sulmone/microservices-demo/blob/main/helm-chart/values.yaml\"\u003evalues.yaml\u003c/a\u003e.\u003c/p\u003e\n\u003cp dir=\"auto\"\u003eYou could also find advanced scenarios with these blogs below:\u003c/p\u003e\n\u003cul dir=\"auto\"\u003e\n\u003cli\u003e\u003ca href=\"https://medium.com/google-cloud/246119e46d53\" rel=\"nofollow\"\u003eOnline Boutique sample’s Helm chart, to simplify the setup of advanced and secured scenarios with Service Mesh and GitOps\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://medium.com/google-cloud/b5bd26253a4c\" rel=\"nofollow\"\u003egRPC health probes with Kubernetes 1.24+\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://medium.com/google-cloud/f7248e077339\" rel=\"nofollow\"\u003eUse Google Cloud Spanner with the Online Boutique sample\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/article\u003e","errorMessage":null,"headerInfo":{"toc":[{"level":1,"text":"Helm chart for Online Boutique","anchor":"helm-chart-for-online-boutique","htmlText":"Helm chart for Online Boutique"}],"siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Fsulmone%2Fmicroservices-demo%2Ftree%2Fmain%2Fhelm-chart"}},"totalCount":6,"showBranchInfobar":true},"fileTree":{"":{"items":[{"name":".deploystack","path":".deploystack","contentType":"directory"},{"name":".github","path":".github","contentType":"directory"},{"name":"docs","path":"docs","contentType":"directory"},{"name":"hack","path":"hack","contentType":"directory"},{"name":"helm-chart","path":"helm-chart","contentType":"directory"},{"name":"istio-manifests","path":"istio-manifests","contentType":"directory"},{"name":"kubernetes-manifests","path":"kubernetes-manifests","contentType":"directory"},{"name":"kustomize","path":"kustomize","contentType":"directory"},{"name":"pb","path":"pb","contentType":"directory"},{"name":"release","path":"release","contentType":"directory"},{"name":"src","path":"src","contentType":"directory"},{"name":"terraform","path":"terraform","contentType":"directory"},{"name":".editorconfig","path":".editorconfig","contentType":"file"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":"CODEOWNERS","path":"CODEOWNERS","contentType":"file"},{"name":"CODE_OF_CONDUCT.md","path":"CODE_OF_CONDUCT.md","contentType":"file"},{"name":"CONTRIBUTING.md","path":"CONTRIBUTING.md","contentType":"file"},{"name":"LICENSE","path":"LICENSE","contentType":"file"},{"name":"README.md","path":"README.md","contentType":"file"},{"name":"SECURITY.md","path":"SECURITY.md","contentType":"file"},{"name":"cloudbuild.yaml","path":"cloudbuild.yaml","contentType":"file"},{"name":"renovate.json","path":"renovate.json","contentType":"file"},{"name":"skaffold.yaml","path":"skaffold.yaml","contentType":"file"}],"totalCount":23}},"fileTreeProcessingTime":10.958630000000001,"foldersToFetch":[],"treeExpanded":true,"symbolsExpanded":false,"csrf_tokens":{"/sulmone/microservices-demo/branches":{"post":"eaWQTgmeGvBdPbhpH7Z9lWoJSruCANxmwfh_gAjpN7dno9JtM5kGd6w5qZG9TIF1XK5VJ2aryGnz6-4nqduaWQ"},"/sulmone/microservices-demo/branches/fetch_and_merge/main":{"post":"EFJBby1qXPk6vOHCmrHSLvEIqBQP0_qCtuB6n-V1MxdqCYZ1jxiR1uuPnua2UvEOM1LC2-YdVsAs_IAiJoBnfg"},"/sulmone/microservices-demo/branches/fetch_and_merge/main?discard_changes=true":{"post":"_HN-3KoI5198ocr_d7zKvIBcbYI_E98ddZWO3IQFlO-GKLnGCHoqcK2StdtbX-mcQgYHTdbdc1_viXRhR_DAhg"}}},"title":"microservices-demo/helm-chart at main · sulmone/microservices-demo","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-263cab1760dd.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-1b17b3e7786a.js","githubDevUrl":null,"enabled_features":{"code_nav_ui_events":false,"react_blob_overlay":false,"accessible_code_button":true}}}
You can’t perform that action at this time.