mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #431] [CLOSED] Helm chart #757
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?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/431
Author: @luthes
Created: 6/26/2024
Status: ❌ Closed
Base:
main← Head:helm-chart📝 Commits (10+)
5772820Add some dockere4e1733Don’t include thisde2491eFix missing route filesefbcd21Use variables1ce7225Allow both relative and absolute paths1a60eacAlready have defaults44a97beDockerf7bd576Remove old onef58afcdUse this one primarily8e64c8dUpdate variables📊 Changes
26 files changed (+2042 additions, -224 deletions)
View changed files
➕
.dockerignore(+10 -0)➕
.env.docker(+3 -0)📝
.github/docker/README.md(+50 -35)📝
.github/docker/entrypoint.sh(+28 -63)➕
Caddyfile(+19 -0)📝
Dockerfile(+47 -38)➕
chart/.gitignore(+0 -0)➕
chart/.helmignore(+0 -0)➕
chart/Chart.lock(+6 -0)➕
chart/Chart.yaml(+25 -0)➕
chart/charts/mariadb-18.2.2.tgz(+0 -0)➕
chart/templates/NOTES.txt(+0 -0)➕
chart/templates/_helpers.yaml(+83 -0)➕
chart/templates/configmaps/panel-configmap.yaml(+21 -0)➕
chart/templates/panel/panel-deployment.yaml(+181 -0)➕
chart/templates/panel/panel-ingress.yaml(+22 -0)➕
chart/templates/panel/panel-service.yaml(+33 -0)➕
chart/templates/panel/panel-serviceaccount.yaml(+14 -0)➕
chart/templates/secrets/mariadb-connection-secret.yaml(+26 -0)➕
chart/values.schema.yaml(+0 -0)...and 6 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.