Skip to content

Commit

Permalink
Added GCP specific storage class.
Browse files Browse the repository at this point in the history
  • Loading branch information
lreimer committed Dec 3, 2024
1 parent dc9f781 commit 5d4a256
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions infrastructure/platform/langflow/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ spec:
env:
- name: "LANGFLOW_PORT"
value: "7860"
sqlite:
enabled: true
volume:
size: "1Gi"
existingStorageClassName: {}
# For GCP
storageClass:
provisioner: kubernetes.io/gce-pd
type: pd-ssd
fsType: ext4
extraParams:
replication-type: none

# ---
#apiVersion: helm.toolkit.fluxcd.io/v2beta1
Expand Down

0 comments on commit 5d4a256

Please sign in to comment.