Skip to content

Commit

Permalink
gun
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyinglovecoding committed Mar 26, 2024
1 parent 8650cd1 commit 6a1958f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion applications/rag/workloads.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ create_cluster = true # Create a GKE cluster in the specified network.
autopilot_cluster = true
cluster_name = "<cluster_name>"
cluster_location = "us-central1"
create_network = true
network_name = "ml-network"
subnetwork_cidr = "10.100.0.0/16"

## GKE environment variables
kubernetes_namespace = "rag"
Expand Down Expand Up @@ -94,4 +97,4 @@ ray_dashboard_k8s_backend_service_port = 8265
ray_dashboard_domain = "" ## Provide domain for ingress resource and ssl certificate. If it's empty, it will use nip.io wildcard dns
ray_dashboard_client_id = ""
ray_dashboard_client_secret = ""
ray_dashboard_members_allowlist = "user:<email>,group:<email>,serviceAccount:<email>,domain:google.com"
ray_dashboard_members_allowlist = "user:<email>,group:<email>,serviceAccount:<email>,domain:google.com"cluster_location = "us-central1"

0 comments on commit 6a1958f

Please sign in to comment.