An open API service indexing awesome lists of open source software.

https://github.com/noynto/nglots

Personnal deployment manifests of Penpot design tool.
https://github.com/noynto/nglots

deployment manifests penpot

Last synced: 12 days ago
JSON representation

Personnal deployment manifests of Penpot design tool.

Awesome Lists containing this project

README

          

# Design Tool Manifest (NGLOTS)

Personnal kubernetes deployment manifests of [Penpot](https://github.com/penpot/penpot) design tool.

## GitOps

I'm using FluxCD to automate penpot deployment on my kubernetes cluster.

### Source

```shell
flux create source git nglots \
--url=https://github.com/noynto/nglots \
--branch=main \
--interval=1m
```

### Format

```shell
flux create kustomization nglots \
--target-namespace=nglots \
--source=nglots \
--prune=true
```