Skip to content

Commit

Permalink
Add some sensible default values
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Jul 1, 2024
1 parent c26d7ac commit ddbd31d
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion danswer-azimuth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,26 @@ zenithClient:
description:
label: "Danswer"

# danswer:
vespaVolumeSize: &vespa-capacity 10Gi

danswer-stack:
configMap:
AUTH_TYPE: basic
DISABLE_TELEMETRY: true
DISABLE_LLM_CHOOSE_SEARCH: true
nginx:
service:
type: ClusterIP
vespa:
service:
type: ClusterIP
volumeClaimTemplates:
- metadata:
name: vespa-storage
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: *vespa-capacity

0 comments on commit ddbd31d

Please sign in to comment.