mirror of
https://github.com/penpot/penpot-helm.git
synced 2024-12-22 05:32:59 -05:00
This repository contains helm charts for Penpot project.
charts/penpot | ||
devel | ||
scripts | ||
.gitignore | ||
.pre-commit-config.yaml | ||
LICENSE | ||
README.md | ||
SECURITY.md |
Penpot Helm Chart
This repository contains the Penpot Helm Chart curated by Penpot.
Local Development
Requirements:
Set the environment:
# Enable precommit in the repository
pre-commit install --install-hooks -f
Usage:
-
Create the cluster
penpot-cluster
with a namespacepenpot
:./scripts/cluster_create.sh
-
Download dependencies
helm repo add bitnami https://charts.bitnami.com/bitnami helm dependency build ./charts/penpot
-
Install the chart
helm install penpot ./charts/penpot -f devel/penpot.values.yaml
-
Access to http://localhost/
💡 if you disable ingress, you can exposing the app in the port 8888 with:
kubectl port-forward service/penpot 8888:80