Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 787 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 787 Bytes

Google Cloud Filestore configuration for Kubernetes deployment

Prerequisites

  • gcloud installed and configured
  • Helm installed
  • Access to an existing GKE cluster

Step 1: Enable the Cloud Filestore API and the Google Kubernetes Engine API

gcloud services enable file.googleapis.com container.googleapis.com

Step 2: Configure values.yaml file

Open the file team-edition-deploy/k8s/cbte/values.yaml and fill in the following parameters as shown in the example:

cloudProvider: gcp
storage:
  type: filestore
  storageClassName: "filestore-sc"

Once this is set up, you can deploy Team Edition by following this guide.