integrii / valheim-k8s

A basic kubernetes configuration for hosting a valheim server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

valheim-k8s

Basic kubernetes deployment valheim on a k8s homelab. Based off the work by lloesche here.

Quickly made this to play with some friends. I can template this further, respond to gh issues, and make the chart repo available via an index file if there is genuine interest.

Pre-reqs

  • A kubernetes cluster
    • Ability to create LoadBalancer services (using metallb or cloud)

Usage

helm install valheim-server ./chart  \
  --set worldName=example-world-name \
  --set serverName=example-server-name \
  --set password=password

About

A basic kubernetes configuration for hosting a valheim server.