Skip to content

Commit

Permalink
Template / Add Grav
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Dec 17, 2024
1 parent 0bde517 commit cf467af
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 cf467af

Please sign in to comment.