mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
Kubernetes example Manifest #231
Reference in New Issue
Block a user
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 @3deep5me on GitHub (Nov 22, 2022).
Originally assigned to: @qdm12 on GitHub.
I am using the ddns-Updater in my Kubernetes Home-Lab, i think it would be a good idea to provide some example Kubernetes manifests.
What's the feature?
Add some example K8s-manifests to deploy ddns-updater on Kubernetes.
Extra information?
I think documentation and a Kustomize Base with Deployment and Service resources would be helpful for people who want to start with Kubernetes in their Home-Lab. Additional i would provide a Kustomize overlay with an Ingress resource, maybe with cert-manager support.
Personally, i would reference this git with the manifest in my argocd-application, but this isn't relevant for the feature. Just my personal use-case 😊.
Are you open for a PR of this kind?