Skip to content

Commit

Permalink
Merge pull request #199 from kubero-dev/template/add-chartmuseum
Browse files Browse the repository at this point in the history
Template / add chartmuseum
  • Loading branch information
mms-gianni authored Aug 26, 2023
2 parents 4bea1f3 + 3f1bb30 commit e0a91a2
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
30 changes: 30 additions & 0 deletions services/chartmuseum/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
apiVersion: application.kubero.dev/v1alpha1
kind: KuberoApp
metadata:
name: chartmuseum
spec:
name: chartmuseum
deploymentstrategy: docker
image:
repository: ghcr.io/helm/chartmuseum
tag: canary
containerPort: "8080"
addons: []
envVars:
- name: STORAGE
value: local
- name: STORAGE_LOCAL_ROOTDIR
value: /charts
cronjobs: []
extraVolumes:
- accessModes:
- ReadWriteMany
emptyDir: false
mountPath: /charts
name: chartmuseum-volume
size: 1Gi
storageClass: standard
web:
replicaCount: 1
worker:
replicaCount: 0
8 changes: 8 additions & 0 deletions services/chartmuseum/service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: chartMuseum
description: 'ChartMuseum is an open-source Helm Chart Repository server written in Go.'
tags:
- repository
source: https://github.com/helm/chartmuseum
website: https://chartmuseum.com/
icon: https://avatars.githubusercontent.com/u/30879152?s=200&v=4
screenshots:

0 comments on commit e0a91a2

Please sign in to comment.