Skip to content

Commit

Permalink
apps: base: i2pd: Mount /home/i2pd/data directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Feb 3, 2024
1 parent bfe4473 commit a090832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/base/i2pd/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ spec:
- image: ghcr.io/purplei2p/i2pd:release-2.50.2
name: i2pd
volumeMounts:
- mountPath: /home/i2pd
- mountPath: /home/i2pd/data
name: data
volumes:
- name: data
hostPath:
path: /home/i2pd
path: /home/i2pd/data
type: Directory

0 comments on commit a090832

Please sign in to comment.