mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #457] Example deployment #349
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#349
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @l-maciej on GitHub (Oct 30, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/457
Hi
I would like to add an example of kustomize-based Kubernetes deployment to the documentation.
This one is quite basic but it can be worked on.
k8s-deployment.zip
@binwiederhier commented on GitHub (Oct 30, 2022):
There's a brand new section on K8s here: https://github.com/binwiederhier/ntfy/blob/main/docs/install.md#kubernetes -- Mabye you can see if your matches or overlaps and enhance it? Look at the raw source, not the rendered md file. It'll look different when the docs are generated.
@l-maciej commented on GitHub (Oct 30, 2022):
I've packed raw yaml files.
I'll take look tomorrow and create doc pages.
@l-maciej commented on GitHub (Oct 31, 2022):
install.md
I've added a new section, my deployment is structured bit differently. It still might need some polish and adjustments ;)
@binwiederhier commented on GitHub (Nov 2, 2022):
Instead of uploading a new file, could you instead create a pull request against the main branch? If you don't know how that works, there's a video here that explains it: https://www.youtube.com/watch?v=rgbCcBNZcdQ
@l-maciej commented on GitHub (Nov 2, 2022):
PR-463
Thanks for the link ! I've never worked with this method of creating PR's