Skip to content

Commit

Permalink
reduced cache disks to 2GB each, removed problematic quotes in config
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Jan 29, 2025
1 parent eec340b commit 6ad1c4c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions kustomize/config/biosim-gke/shared.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TEMPORAL_SERVICE_URL=temporal.temporal.svc.cluster.local:7233

STORAGE_BUCKET="files.biosimulations.dev"
STORAGE_ENDPOINT_URL="https://storage.googleapis.com"
STORAGE_REGION="us-east4"
STORAGE_BUCKET=files.biosimulations.dev
STORAGE_ENDPOINT_URL=https://storage.googleapis.com
STORAGE_REGION=us-east4
2 changes: 1 addition & 1 deletion kustomize/overlays/biosim-gke/api-pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ spec:
storageClassName: standard
resources:
requests:
storage: 20Gi
storage: 2Gi
2 changes: 1 addition & 1 deletion kustomize/overlays/biosim-gke/worker-pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ spec:
storageClassName: standard
resources:
requests:
storage: 20Gi
storage: 2Gi

0 comments on commit 6ad1c4c

Please sign in to comment.