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.
- Host: GitHub
- URL: https://github.com/noynto/nglots
- Owner: noynto
- Created: 2024-10-17T10:00:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-17T19:58:04.000Z (over 1 year ago)
- Last Synced: 2024-10-20T05:56:19.973Z (over 1 year ago)
- Topics: deployment, manifests, penpot
- Homepage: https://design.noynto.me
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```