infra4talos/everything-app/valheim.yaml
Martyn Ranyard 4a1a2feebb formatted like this
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2025-07-28 14:53:01 +00:00

34 lines
892 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: valheim
namespace: argocd
spec:
syncPolicy:
destination:
namespace: valheim
server: https://kubernetes.default.svc
project: apps
source:
chart: valheim-k8s
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: soupsoup
- name: storage.kind
value: persistentVolumeClaim
- name: storage.pvc.storageClassName
value: longhorn-fast
- name: serverStorage.kind
value: persistentVolumeClaim
- name: serverStorage.pvc.storageClassName
value: longhorn-fast
valuesObject:
extraEnvironmentVars:
CROSSPLAY: 'true'