forked from catalin/fukuops
feat: add valheim chart and argo app
This commit is contained in:
parent
3e8d14d5ae
commit
4b60b6b8ad
15 changed files with 1048 additions and 3 deletions
29
k8s/charts/valheim-server/Chart.yaml
Normal file
29
k8s/charts/valheim-server/Chart.yaml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
apiVersion: v2
|
||||
name: valheim-server
|
||||
description: A Helm chart for deploying a Valheim dedicated server on Kubernetes
|
||||
type: application
|
||||
version: 1.0.0
|
||||
appVersion: "3.1.0"
|
||||
home: https://www.valheimgame.com/
|
||||
icon: https://cdn2.steamgriddb.com/icon/d17892563a6984845a0e23df7841f903/32/256x256.png
|
||||
maintainers:
|
||||
- name: kriegalex
|
||||
email: kriegalex@gmail.com
|
||||
keywords:
|
||||
- game
|
||||
- valheim
|
||||
- gameserver
|
||||
- dedicated-server
|
||||
sources:
|
||||
- https://github.com/mbround18/valheim-docker
|
||||
- https://github.com/kriegalex/k8s-charts/tree/main/charts/valheim-server
|
||||
deprecated: false
|
||||
annotations:
|
||||
artifacthub.io/links: |
|
||||
- name: Chart source
|
||||
url: https://github.com/kriegalex/k8s-charts/tree/main/charts/valheim-server
|
||||
- name: Docker image source
|
||||
url: https://github.com/mbround18/valheim-docker
|
||||
artifacthub.io/images: |
|
||||
- name: valheim
|
||||
image: mbround18/valheim:3.1.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue