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