mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[PR #362] helm chart added #388
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#388
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?
📋 Pull Request Information
Original PR: https://github.com/acme-dns/acme-dns/pull/362
Author: @supu2
Created: 9/8/2024
Status: 🔄 Open
Base:
master← Head:feat/helm-chart📝 Commits (1)
dfcae3bhelm chart added📊 Changes
14 files changed (+558 additions, -0 deletions)
View changed files
➕
helm/.helmignore(+23 -0)➕
helm/Chart.yaml(+24 -0)➕
helm/templates/NOTES.txt(+21 -0)➕
helm/templates/_helpers.tpl(+62 -0)➕
helm/templates/_tplvalues.tpl(+13 -0)➕
helm/templates/configmap.yaml(+9 -0)➕
helm/templates/deployment.yaml(+93 -0)➕
helm/templates/extra-list.yaml(+4 -0)➕
helm/templates/ingress.yaml(+61 -0)➕
helm/templates/pvc.yaml(+12 -0)➕
helm/templates/service-dns.yaml(+23 -0)➕
helm/templates/service.yaml(+15 -0)➕
helm/templates/serviceaccount.yaml(+13 -0)➕
helm/values.yaml(+185 -0)📄 Description
That MR contains helm chart deployment for kubernetes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.