Skip to content

Commit 3ba4013

Browse files
authored
Merge pull request #673 from kubero-dev/template/add-cockpit
Template / Add Cockpit
2 parents 76530ea + 934c3a0 commit 3ba4013

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

services/cockpit/app.yaml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
apiVersion: application.kubero.dev/v1alpha1
2+
kind: KuberoApp
3+
metadata:
4+
name: cockpit
5+
annotations:
6+
kubero.dev/template.architecture: '["linux/amd64", "linux/arm64"]'
7+
kubero.dev/template.description: "Cockpit is a headless CMS that gives you the flexibility to build content-driven applications your way"
8+
kubero.dev/template.icon: "https://avatars.githubusercontent.com/u/78603032"
9+
kubero.dev/template.installation: ""
10+
kubero.dev/template.links: '["https://getcockpit.com/documentation"]'
11+
kubero.dev/template.screenshots: '["https://github.com/user-attachments/assets/c8d4daf1-86cc-45c9-be24-5c6a6a2ca8ca"]'
12+
kubero.dev/template.source: "https://github.com/Cockpit-HQ/Cockpit"
13+
kubero.dev/template.categories: '["CMS"]'
14+
kubero.dev/template.title: "cockopit"
15+
kubero.dev/template.website: "https://getcockpit.com/"
16+
labels:
17+
manager: kubero
18+
spec:
19+
envVars: []
20+
extraVolumes:
21+
- accessMode: ReadWriteOnce
22+
accessModes:
23+
- ReadWriteOnce
24+
emptyDir: false
25+
mountPath: /var/www/html/.spaces
26+
name: cockpit-spaces
27+
size: 1Gi
28+
storageClass: standard
29+
- accessMode: ReadWriteOnce
30+
accessModes:
31+
- ReadWriteOnce
32+
emptyDir: false
33+
mountPath: /var/www/html/storage/data
34+
name: cockpit-storage-data
35+
size: 1Gi
36+
storageClass: standard
37+
- accessMode: ReadWriteOnce
38+
accessModes:
39+
- ReadWriteOnce
40+
emptyDir: false
41+
mountPath: /var/www/html/storage/uploads
42+
name: cockpit-storage-uploads
43+
size: 1Gi
44+
storageClass: standard
45+
cronjobs: []
46+
addons: []
47+
name: cockpit
48+
deploymentstrategy: docker
49+
web:
50+
replicaCount: 1
51+
worker:
52+
replicaCount: 0
53+
image:
54+
containerPort: "80"
55+
pullPolicy: Always
56+
repository: cockpithq/cockpit
57+
tag: core-latest

0 commit comments

Comments
 (0)