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
58 changes: 58 additions & 0 deletions services/etherpad/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
apiVersion: application.kubero.dev/v1alpha1
kind: KuberoApp
metadata:
name: etherpad
spec:
name: etherpad
deploymentstrategy: docker
image:
repository: etherpad/etherpad
tag: latest
containerPort: "8080"
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: etherpad-postgresql
spec:
postgresql:
global:
postgresql:
auth:
database: postgresql
password: etherpad
postgresPassword: etherpad
username: etherpad
storageClass: standard
primary:
persistence:
size: 1Gi
envVars:
- name: DB_TYPE
value: postgres
- name: DB_PASS
value: etherpad
- name: DB_USER
value: etherpad
- name: DB_NAME
value: postgresql
- name: DB_HOST
value: etherpad-postgresql
- name: DB_PORT
value: "5432"
cronjobs: []
extraVolumes: []
web:
replicaCount: 1
worker:
replicaCount: 0
14 changes: 14 additions & 0 deletions services/etherpad/service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Etherpad
description: 'Etherpad is a real-time collaborative editor scalable to thousands of simultaneous real time users.'
tags:
- collaboration
- documents
- editor
- writing
source: https://github.com/ether/etherpad-lite
website: https://etherpad.org/
documentation:
- https://github.com/ether/etherpad-lite/blob/develop/doc/docker.md
icon: https://avatars.githubusercontent.com/u/181731?s=200&v=4
screenshots:
- https://raw.githubusercontent.com/ether/etherpad-lite/develop/doc/images/etherpad_demo.gif