Skip to content

Commit

Permalink
Update pageserver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
itsbalamurali committed Nov 12, 2023
1 parent 11a46a4 commit fc99b15
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/pageserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,11 @@ def pageserver_statefulset(namespace: str,
name="pageserver-data-volume",
mount_path="/data/.neon/",
),
kubernetes.client.V1VolumeMount(
name="pageserver-config-volume",
mount_path="/data/.neon/pageserver.toml",
sub_path="pageserver.toml",
),
],
resources=resources,
)],
Expand Down

0 comments on commit fc99b15

Please sign in to comment.