[PR #362] helm chart added #388

Open
opened 2026-03-13 16:21:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/acme-dns/acme-dns/pull/362
Author: @supu2
Created: 9/8/2024
Status: 🔄 Open

Base: masterHead: feat/helm-chart


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/acme-dns/acme-dns/pull/362 **Author:** [@supu2](https://github.com/supu2) **Created:** 9/8/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `feat/helm-chart` --- ### 📝 Commits (1) - [`dfcae3b`](https://github.com/acme-dns/acme-dns/commit/dfcae3be11d542755533a76641281877397f9b44) helm chart added ### 📊 Changes **14 files changed** (+558 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description That MR contains helm chart deployment for kubernetes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/acme-dns#388
No description provided.