Skip to content

Commit 27be24f

Browse files
authored
Merge pull request kubero-dev#97 from kubero-dev/service/add-sterling-pdf
Service / Add Stirling PDF service
2 parents 15bf307 + cfb96c2 commit 27be24f

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

services/sterlingpdf/app.yaml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
apiVersion: application.kubero.dev/v1alpha1
2+
kind: KuberoApp
3+
metadata:
4+
name: stirlingpdf
5+
spec:
6+
name: stirlingpdf
7+
deploymentstrategy: docker
8+
image:
9+
repository: frooodle/s-pdf
10+
tag: latest
11+
containerPort: "8080"
12+
addons: []
13+
envVars: []
14+
cronjobs: []
15+
extraVolumes: []
16+
web:
17+
replicaCount: 1
18+
worker:
19+
replicaCount: 0

services/sterlingpdf/service.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Stirling PDF
2+
description: 'Stirling PDF is a hosted web application that allows you to perform various operations on PDF files, such as splitting and adding images.'
3+
tags:
4+
- PDF
5+
source: https://github.com/Frooodle/Stirling-PDF
6+
website: https://github.com/Frooodle/Stirling-PDF
7+
icon: https://raw.githubusercontent.com/Frooodle/Stirling-PDF/main/docs/stirling.png
8+
screenshots:
9+
- https://raw.githubusercontent.com/Frooodle/Stirling-PDF/main/images/stirling-home.png

0 commit comments

Comments
 (0)