From 73d948e4bc163b09fda4739d5a7fc62a9430e292 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Mon, 28 Jul 2025 12:34:21 +0000 Subject: [PATCH] Valheim camp fire server incoming Signed-off-by: Martyn Ranyard --- everything-app/project-apps.yaml | 1 + everything-app/valheim.yaml | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 everything-app/valheim.yaml diff --git a/everything-app/project-apps.yaml b/everything-app/project-apps.yaml index f975049..494de5c 100644 --- a/everything-app/project-apps.yaml +++ b/everything-app/project-apps.yaml @@ -18,6 +18,7 @@ spec: - https://charts.gabe565.com - https://ideaplexus.gitlab.io/charts - https://github.com/RARgames/4gaBoards.git + - https://addyvan.github.io/valheim-k8s/ destinations: - name: '*' namespace: '*' diff --git a/everything-app/valheim.yaml b/everything-app/valheim.yaml new file mode 100644 index 0000000..109a6ef --- /dev/null +++ b/everything-app/valheim.yaml @@ -0,0 +1,31 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: cilium + namespace: argocd +spec: + syncPolicy: + destination: + namespace: valheim + server: https://kubernetes.default.svc + project: apps + source: + chart: valheim-server + repoURL: https://addyvan.github.io/valheim-k8s/ + targetRevision: 2.0.1 + helm: + parameters: + - name: worldName + value: campuzzi-fire + - name: serverName + value: campuzzi + - name: password + value: soup + - name: storage.kind + value: pvc + - name: storage.pvc.storageClassName + value: longhorn-fast + - name: serverStorage.kind + value: pvc + - name: serverStorage.pvc.storageClassName + value: longhorn-fast