Migrated helm chart from jameswynn/helm-charts

Standard chart release pipeline from:
https://helm.sh/docs/howto/chart_releaser_action/
This commit is contained in:
James Wynn 2023-02-23 14:36:55 -06:00
parent b65f6fca19
commit 563cc9ce60
9 changed files with 379 additions and 0 deletions

View file

@ -0,0 +1,36 @@
image:
repository: ghcr.io/benphelps/homepage
tag: kubernetes
pullPolicy: Always
enableRbac: true
serviceAccount:
create: true
name: homepage-test
config:
kubernetes:
mode: cluster
widgets:
- resources:
backend: kubernetes
expanded: true
cpu: true
memory: true
ingress:
main:
enabled: true
labels:
homepage/enabled: "true"
annotations:
homepage/name: "Homepage"
homepage/description: "A modern, secure, highly customizable application dashboard."
homepage/group: "My Group"
homepage/icon: "homepage.png"
hosts:
- host: &host "homepage.bogusdomain.test"
paths:
- path: /
pathType: Prefix