iGotify-Notification-Assistent icon indicating copy to clipboard operation
iGotify-Notification-Assistent copied to clipboard

Add Helm chart for iGotify deployment

Open cellexec opened this issue 6 months ago • 0 comments

✨ Summary

This pull request adds Helm support for deploying the iGotify Notification Manager alongside the original Gotify server as a dependency.

🛠️ Key Changes

  • Introduced a Helm chart for easier and customizable deployment.

  • Added the appuser with UID 1000 to the container image to support Kubernetes' security context configuration:

    securityContext:
      runAsNonRoot: true
      runAsUser: 1000
    

🐣 This is my first pull request on GitHub. Feedback is always very welcome!

cellexec avatar May 28 '25 13:05 cellexec