flatpak-indexer: Fix the mount path for the redis data volume
Redis is configured to store its data in /data, so mount the persistent volume there rather than on /var/lib/redis/data. Signed-off-by: Owen W. Taylor <otaylor@fishsoup.net>
This commit is contained in:
parent
30c5662b93
commit
94ad45c15d
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ spec:
|
|||
timeoutSeconds: 1
|
||||
resources: {}
|
||||
volumeMounts:
|
||||
- mountPath: /var/lib/redis/data
|
||||
- mountPath: /data
|
||||
name: redis-data-volume
|
||||
dnsPolicy: ClusterFirst
|
||||
restartPolicy: Always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue