Skip to content

Commit

Permalink
Merge pull request #505 from kubero-dev/template/add-docuseal
Browse files Browse the repository at this point in the history
Template / Add docuseal
  • Loading branch information
mms-gianni authored Dec 8, 2024
2 parents 1d1147a + 99c7a03 commit f4ef381
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions services/docuseal/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
apiVersion: application.kubero.dev/v1alpha1
kind: KuberoApp
metadata:
name: docuseal
annotations:
kubero.dev/template.architecture: "[]"
kubero.dev/template.description: "Open source DocuSign alternative. Create, fill, and sign digital documents"
kubero.dev/template.icon: "https://avatars.githubusercontent.com/u/138379721"
kubero.dev/template.installation: ""
kubero.dev/template.links: "[]"
kubero.dev/template.screenshots: '["https://www.docuseal.com/packs/static/images/resources/quick-start-1-216aeed1da1db5b3e718.jpg"]'
kubero.dev/template.source: "https://github.com/docusealco/docuseal"
kubero.dev/template.tags: '["documents", "security"]'
kubero.dev/template.title: "Docuseal"
kubero.dev/template.website: "https://www.docuseal.com/"
labels:
manager: kubero
spec:
name: docuseal
deploymentstrategy: docker
envVars: []
extraVolumes: []
cronjobs: []
addons: []
web:
replicaCount: 1
worker:
replicaCount: 0
image:
containerPort: "3000"
pullPolicy: Always
repository: docuseal/docuseal
tag: latest

0 comments on commit f4ef381

Please sign in to comment.