Skip to content

Commit

Permalink
Template / Add Gotenberg
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Dec 24, 2024
1 parent 92e63cd commit 34ef824
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions services/gotenberg/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: gotenberg
annotations:
kubero.dev/template.architecture: "[]"
kubero.dev/template.description: "A developer-friendly API for converting numerous document formats into PDF files, and more!"
kubero.dev/template.icon: "https://avatars.githubusercontent.com/u/66820499"
kubero.dev/template.installation: ""
kubero.dev/template.links: "[]"
kubero.dev/template.screenshots: "[]"
kubero.dev/template.source: "https://github.com/gotenberg/gotenberg"
kubero.dev/template.categories: '["accessories"]'
kubero.dev/template.title: "Gotenberg"
kubero.dev/template.website: "https://gotenberg.dev/"
labels:
manager: kubero
spec:
name: gotenberg
deploymentstrategy: docker
envVars: []
extraVolumes: []
cronjobs: []
addons: []
web:
replicaCount: 0
worker:
replicaCount: 1
image:
containerPort: "3000"
pullPolicy: Always
repository: gotenberg/gotenberg
tag: "8"

0 comments on commit 34ef824

Please sign in to comment.