Skip to content

Commit

Permalink
Merge pull request #556 from kubero-dev/template/add-grav
Browse files Browse the repository at this point in the history
Template / Add Grav
  • Loading branch information
mms-gianni authored Dec 19, 2024
2 parents 1d9083c + cf467af commit 119a4d1
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions services/grav/grav.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
apiVersion: application.kubero.dev/v1alpha1
kind: KuberoApp
metadata:
name: grav
annotations:
kubero.dev/template.architecture: "[]"
kubero.dev/template.description: "Modern, fast and easy Flat-File CMS powered by PHP, Markdown, Twig, and Symfony"
kubero.dev/template.icon: "https://avatars.githubusercontent.com/u/8237355"
kubero.dev/template.installation: ""
kubero.dev/template.links: "[]"
kubero.dev/template.screenshots: "[]"
kubero.dev/template.source: "https://github.com/getgrav/grav/"
kubero.dev/template.categories: '["cms"]'
kubero.dev/template.title: "Grav"
kubero.dev/template.website: "https://getgrav.org/"
labels:
manager: kubero
spec:
name: grav
deploymentstrategy: docker
envVars: []
extraVolumes:
- accessMode: ReadWriteOnce
accessModes:
- ReadWriteOnce
emptyDir: false
mountPath: /config
name: grav-volume
size: 1Gi
storageClass: standard
cronjobs: []
addons: []
web:
replicaCount: 1
worker:
replicaCount: 0
image:
containerPort: "80"
pullPolicy: Always
repository: lscr.io/linuxserver/grav
tag: latest

0 comments on commit 119a4d1

Please sign in to comment.