0
Fork 0
mirror of https://github.com/penpot/penpot-helm.git synced 2024-12-22 05:32:59 -05:00
penpot-helm/devel
2024-10-18 18:39:35 +02:00
..
kind.config.yml feat: use new penpot-frontend image based on nginx-unprivileged 2024-10-18 18:39:35 +02:00
penpot-namespace.yml 👶 initial code 2024-07-04 16:59:22 +02:00
penpot.values.yaml feat: use new penpot-frontend image based on nginx-unprivileged 2024-10-18 18:39:35 +02:00
README.md feat: use new penpot-frontend image based on nginx-unprivileged 2024-10-18 18:39:35 +02:00

Penpot Helm Chart: Devel doc

Requirements:

Set the environment:

# Enable  precommit in the repository
pre-commit install --install-hooks -f

Usage:

  • Create the cluster penpot-cluster with a namespace penpot:

    ./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://penpot.example.com/ (

Note

You need to add 127.0.1.1 penpot.example.com to /etc/hosts

Tip

if you disable ingress, you can exposing the app in the port 8888 with:

kubectl port-forward service/penpot 8888:8080