Personnal kubernetes deployment manifests of Penpot design tool.
I'm using FluxCD to automate penpot deployment on my kubernetes cluster.
flux create source git nglots \
--url=https://github.com/noynto/nglots \
--branch=main \
--interval=1mflux create kustomization nglots \
--target-namespace=nglots \
--source=nglots \
--prune=true