Closed Cogitri closed 3 months ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Same issue for me:
create Pod ntfy-0 in StatefulSet ntfy failed error: Pod "ntfy-0" is invalid: spec.containers[0].volumeMounts[1].mountPath: Invalid value: "/var/lib/ntfy": must be unique
I changed all the values to use a different folder (/data/ntfy
) for the data:
ntfy.data.rootPath: "/data/ntfy"
ntfy.cache.file: "/data/ntfy/cache.db"
ntfy.auth.file: "/data/ntfy/auth.db"
ntfy.web.file: "/data/ntfy/webpush.db"
ntfy.attachment.cacheDir: "/data/ntfy/attachments"
I can launch the pod, and the volume is bonded, but another issue exists. Since no args are sent to the Docker container, we get the NTFY help instead of launching the server. It needs at least the command serve
to work. I will create an issue
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
false
Name and Version
fmjstudios/ntfy 0.2.1
What architecture are you using?
amd64
What steps will reproduce the bug?
Are you using any custom parameters or values?
service: ports: http: 8080
What is the expected behavior?
No response
What do you see instead?
Additional information
No response