Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions services/rallly/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
apiVersion: application.kubero.dev/v1alpha1
kind: KuberoApp
metadata:
name: rallly
spec:
name: rallly
deploymentstrategy: docker
image:
repository: lukevella/rallly
tag: latest
containerPort: "3000"
addons:
- displayName: Kubero Postgresql
env: []
icon: /img/addons/postgresql.png
id: kubero-operator
kind: KuberoPostgresql
resourceDefinitions:
KuberoPostgresql:
apiVersion: application.kubero.dev/v1alpha1
kind: KuberoPostgresql
metadata:
name: rallly-postgresql
spec:
postgresql:
global:
postgresql:
auth:
database: postgresql
password: rallly
postgresPassword: rallly
username: rallly
storageClass: linode-block-storage
primary:
persistence:
size: 1Gi
envVars:
- name: DATABASE_URL
value: postgres://rallly:rallly@rallly-postgresql:5432/postgresql
- name: SECRET_PASSWORD
value: replace-me-now-with-a-own-secret
cronjobs: []
extraVolumes: []
web:
replicaCount: 1
worker:
replicaCount: 0
12 changes: 12 additions & 0 deletions services/rallly/service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Rallly
description: 'Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.'
tags:
- collaboration
- scheduling
source: https://github.com/lukevella/rallly
website: https://rallly.co
documentation:
- https://github.com/lukevella/rallly-selfhosted
icon: https://rallly.co/favicon-196x196.png
screenshots:
- https://raw.githubusercontent.com/lukevella/rallly/main/docs/images/poll-image.png