Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion base/codeinsights-db/codeinsights-db.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ spec:
env:
- name: POSTGRES_PASSWORD # Accessible by Sourcegraph applications on the network only, so password auth is not used.
value: password
- name: PGDATA
value: /var/lib/postgresql/data/pgdata
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 5432
Expand All @@ -42,7 +44,7 @@ spec:
cpu: "4"
memory: 2Gi
volumeMounts:
- mountPath: /data
- mountPath: /var/lib/postgresql/data/
name: disk
- mountPath: /conf
name: timescaledb-conf
Expand Down