Skip to content

Commit

Permalink
Merge pull request #201 from kubero-dev/template/add-chibisafe
Browse files Browse the repository at this point in the history
template / add chibisafe
  • Loading branch information
mms-gianni authored Sep 7, 2023
2 parents b3bf1d3 + cf6364f commit 260b447
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
37 changes: 37 additions & 0 deletions services/chibisafe/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
apiVersion: application.kubero.dev/v1alpha1
kind: KuberoApp
metadata:
name: chibisafe
spec:
name: chibisafe
deploymentstrategy: chibisafe
image:
repository: chibisafe/chibisafe
tag: latest
containerPort: "8000"
run:
securityContext:
readOnlyRootFilesystem: false
addons: []
envVars: []
cronjobs: []
extraVolumes:
- accessModes:
- ReadWriteOnce
mountPath: /home/node/chibisafe/database
name: chibisafe-db-volume
size: 1Gi
- accessModes:
- ReadWriteOnce
mountPath: /home/node/chibisafe/uploads
name: chibisafe-uploads-volume
size: 1Gi
- accessModes:
- ReadWriteOnce
mountPath: /home/node/chibisafe/logs
name: chibisafe-logs-volume
size: 1Gi
web:
replicaCount: 1
worker:
replicaCount: 0
12 changes: 12 additions & 0 deletions services/chibisafe/service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Chibisafe
description: 'Blazing fast file uploader and awesome bunker written in node!'
tags:
- fileuploader
- lolisafe
source: https://github.com/chibisafe/chibisafe
website: https://chibisafe.moe
icon: https://avatars.githubusercontent.com/u/115422728?s=200&v=4
screenshots:
- https://user-images.githubusercontent.com/7425261/245041422-659068cd-f154-4fe0-860f-4478e0f859d5.png
- https://user-images.githubusercontent.com/7425261/245041448-83dae9d1-5f71-404a-b79c-19fb4d0dfd62.png
- https://user-images.githubusercontent.com/7425261/245041459-0dad05a8-f42b-4834-983f-2ca82eedb176.png

0 comments on commit 260b447

Please sign in to comment.