Skip to content

Commit

Permalink
Merge pull request #177 from langchain-ai/brian/ls-2204-writeable-for…
Browse files Browse the repository at this point in the history
…-spool

chore: add writeable tmp dir for spooling
  • Loading branch information
bvs-langchain authored Nov 11, 2024
2 parents eee02f3 + 8a432b2 commit 9d1859f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/langsmith/ci/readonly-config-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ platformBackend:
type: RuntimeDefault
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
# writeable tmp directory for spooling to disk
volumes:
- name: tmp
emptyDir:
volumeMounts:
- name: tmp
mountPath: /tmp

playground:
deployment:
Expand Down
7 changes: 7 additions & 0 deletions charts/langsmith/examples/read_only_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ platformBackend:
type: RuntimeDefault
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
# writeable tmp directory for spooling to disk
volumes:
- name: tmp
emptyDir:
volumeMounts:
- name: tmp
mountPath: /tmp

playground:
deployment:
Expand Down

0 comments on commit 9d1859f

Please sign in to comment.