mirror of
https://github.com/penpot/penpot-helm.git
synced 2024-12-22 13:43:01 -05:00
1.8 KiB
1.8 KiB
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 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
-
Check status
kubectl get all,pvc,ingress,pdb -o wide
-
Stop and delete cluster
./scripts/cluster_delete.sh
-
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:80
Troubleshooting:
-
This error appears after install penpot helm. Tu ignore it, run:Error: INSTALLATION FAILED: 1 error occurred: * Internal error occurred: failed calling webhook "validate.nginx.ingress.kubernetes.io": failed to call webhook: Post "https://ingress-nginx-controller-admission.ingress-nginx.svc:443/networking/v1/ingresses?timeout=10s": dial tcp 10.96.81.208:443: connect: connection refused
kubectl delete ValidatingWebhookCOnfiguration ingress-nginx-admission