Skip to content

Commit

Permalink
add kener template
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Aug 2, 2024
1 parent 58377f8 commit 7efa53d
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
25 changes: 25 additions & 0 deletions services/kener/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: application.kubero.dev/v1alpha1
kind: KuberoApp
metadata:
name: kener
spec:
name: kener
deploymentstrategy: docker
envVars:
- name: PUID
value: "1000"
- name: PGID
value: "1000"
extraVolumes:
mountPath: /config

Check warning on line 14 in services/kener/app.yaml

View workflow job for this annotation

GitHub Actions / Yamllint

14:11 [indentation] wrong indentation: expected 8 but found 10
name: kener-volume
size: 1Gi
cronjobs: []
addons: []
web:
replicaCount: 1
image:
containerPort: "3000"
pullPolicy: Always
repository: rajnandan1/kener
tag: latest
9 changes: 9 additions & 0 deletions services/kener/service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Kener
description: 'Kener is a Modern Self hosted Status Page'
tags:
- monitoring
source: https://github.com/rajnandan1/kener
website: https://www.kener.ing
icon: https://kener.ing/logo.png
screenshots:
- https://camo.githubusercontent.com/8d4f2ea8ac5a6200ad87e39a21be25c5b279d540a886db131a076ef69227ca7a/68747470733a2f2f6b656e65722e696e672f73732e706e67

0 comments on commit 7efa53d

Please sign in to comment.