From d16422731363be6e6d5411d80c539249fc507798 Mon Sep 17 00:00:00 2001 From: Gianni Carafa Date: Tue, 11 Apr 2023 23:24:47 +0200 Subject: [PATCH] Add Rally template --- services/rallly/app.yaml | 47 ++++++++++++++++++++++++++++++++++++ services/rallly/service.yaml | 12 +++++++++ 2 files changed, 59 insertions(+) create mode 100644 services/rallly/app.yaml create mode 100644 services/rallly/service.yaml diff --git a/services/rallly/app.yaml b/services/rallly/app.yaml new file mode 100644 index 000000000..5d1d5abf4 --- /dev/null +++ b/services/rallly/app.yaml @@ -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 \ No newline at end of file diff --git a/services/rallly/service.yaml b/services/rallly/service.yaml new file mode 100644 index 000000000..ca9a53e63 --- /dev/null +++ b/services/rallly/service.yaml @@ -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 \ No newline at end of file