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
49 changes: 49 additions & 0 deletions services/umami/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
apiVersion: application.kubero.dev/v1alpha1
kind: KuberoApp
metadata:
name: umami
spec:
name: umami
deploymentstrategy: umami
image:
repository: ghcr.io/umami-software/umami
tag: postgresql-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: umami-umami
spec:
postgresql:
global:
postgresql:
auth:
database: umami
password: umami
postgresPassword: umamiroot
username: umami
storageClass: linode-block-storage
primary:
persistence:
size: 1Gi
envVars:
- name: DATABASE_URL
value: postgresql://umami:umami@umami-umami-postgresql:5432/umami
- name: DATABASE_TYPE
value: postgresql
- name: HASH_SALT
value: replace-me-with-a-random-string
cronjobs: []
extraVolumes: []
web:
replicaCount: 1
worker:
replicaCount: 0
9 changes: 9 additions & 0 deletions services/umami/service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: umami
description: 'Umami is a simple, fast, privacy-focused alternative to Google Analytics.'
tags:
- analytics
source: https://github.com/umami-software/umami
website: https://umami.is/
icon: https://avatars.githubusercontent.com/u/105618662?s=200&v=4
screenshots:
- https://github.com/TwiN/gatus/raw/master/.github/assets/dashboard-dark.png