Valheim camp fire server incoming
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
68043b33bb
commit
73d948e4bc
2 changed files with 32 additions and 0 deletions
|
@ -18,6 +18,7 @@ spec:
|
||||||
- https://charts.gabe565.com
|
- https://charts.gabe565.com
|
||||||
- https://ideaplexus.gitlab.io/charts
|
- https://ideaplexus.gitlab.io/charts
|
||||||
- https://github.com/RARgames/4gaBoards.git
|
- https://github.com/RARgames/4gaBoards.git
|
||||||
|
- https://addyvan.github.io/valheim-k8s/
|
||||||
destinations:
|
destinations:
|
||||||
- name: '*'
|
- name: '*'
|
||||||
namespace: '*'
|
namespace: '*'
|
||||||
|
|
31
everything-app/valheim.yaml
Normal file
31
everything-app/valheim.yaml
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue