Skip to content

Commit

Permalink
Merge pull request #198 from kubero-dev/template/add-mosparo
Browse files Browse the repository at this point in the history
Add Mosparo Template
  • Loading branch information
mms-gianni authored Aug 24, 2023
2 parents 9cb17f2 + c7ebddb commit 4bea1f3
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
32 changes: 32 additions & 0 deletions services/mosparo/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
apiVersion: application.kubero.dev/v1alpha1
kind: KuberoApp
metadata:
name: mosparo
spec:
name: mosparo
deploymentstrategy: docker
image:
repository: mosparo/mosparo
tag: latest
containerPort: "80"
addons: []
envVars:
- name: APP_SECRET
value: mySecret
- name: MOSPARO_ENABLE_WEBSERVER
value: "1"
- name: MOSPARO_ENABLE_CRON
value: "1"
cronjobs: []
extraVolumes:
- accessModes:
- ReadWriteOnce
emptyDir: false
mountPath: /mosparo-data
name: mosparo-volume
size: 1Gi
storageClass: standard
web:
replicaCount: 1
worker:
replicaCount: 0
13 changes: 13 additions & 0 deletions services/mosparo/service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Mosparo
description: 'The modern spam protection. Protects your forms from spam by simply checking the content. Open source, Free to use, Accessible, and Self-Hosted.'
tags:
- spam protection
source: https://github.com/mosparo/mosparo
website: https://mosparo.io/
icon: https://avatars.githubusercontent.com/u/83111146?s=200&v=4
screenshots:
- https://d4.alternativeto.net/HPWhNJQo67junwVeSlN5ovWPz-UkZrQel0IxkNXUVbs/rs:fit:1200:1200:0/g:ce:0:0/YWJzOi8vZGlzdC9zL21vc3Bhcm9fMTA2NTE1X2Z1bGwuanBn.jpg
- https://d4.alternativeto.net/DYwswFga7YcsviDw-b71168EBIS45dqsbHE0cNb8phk/rs:fit:1200:1200:0/g:ce:0:0/YWJzOi8vZGlzdC9zL21vc3Bhcm9fNTUyMjcxX2Z1bGwuanBn.jpg
- https://d4.alternativeto.net/AsvhGcW3WdllXHft46cSiW5yq_l3bgdyf1-EARYjSzU/rs:fit:1200:1200:0/g:ce:0:0/YWJzOi8vZGlzdC9zL21vc3Bhcm9fMjgyMjI5X2Z1bGwuanBn.jpg
- https://d4.alternativeto.net/8jPSunVUELUMLlyhW0UjOYFCQm9uKkgwE38WdUYm0V4/rs:fit:1200:1200:0/g:ce:0:0/YWJzOi8vZGlzdC9zL21vc3Bhcm9fMjYzNjQ4X2Z1bGwuanBn.jpg

0 comments on commit 4bea1f3

Please sign in to comment.