Skip to content

Commit

Permalink
Merge pull request #123 from kubero-dev/template/add-calcom
Browse files Browse the repository at this point in the history
Template/ Add calcom template
  • Loading branch information
mms-gianni authored Jul 12, 2023
2 parents 0edc5bf + eb4d7b1 commit 7c17da7
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 0 deletions.
56 changes: 56 additions & 0 deletions services/calcom/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
apiVersion: application.kubero.dev/v1alpha1
kind: KuberoApp
metadata:
name: calcom
spec:
name: calcom
deploymentstrategy: docker
image:
repository: calcom.docker.scarf.sh/calcom/cal.com
tag: latest
containerPort: "3000"
run:
securityContext:
readOnlyRootFilesystem: false
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: calcom-postgresql
spec:
postgresql:
global:
postgresql:
auth:
database: postgresql
password: calcom
postgresPassword: calcom
username: calcom
storageClass: standard
primary:
persistence:
size: 1Gi
envVars:
- name: DATABASE_URL
value: postgresql://calcom:calcom@calcom-postgresql/postgresql
- name: NODE_ENV
value: production
- name: NEXT_PUBLIC_LICENSE_CONSENT
value: agree
- name: NEXTAUTH_SECRET
value: palimpalim
- name: CALENDSO_ENCRYPTION_KEY
value: bumpulum
cronjobs: []
extraVolumes: []
web:
replicaCount: 1
worker:
replicaCount: 0
9 changes: 9 additions & 0 deletions services/calcom/service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: cal.com
description: 'The open source Calendly alternative. You are in charge of your own data, workflow and appearance.'
tags:
- calendar
source: https://github.com/calcom/cal.com
website: https://cal.com/
icon: https://avatars.githubusercontent.com/u/79145102?s=200&v=4
screenshots:
- https://user-images.githubusercontent.com/8019099/176390354-f1bc7069-0341-437a-9bb8-eb41092b4016.gif

0 comments on commit 7c17da7

Please sign in to comment.