feat: add valheim chart and argo app
This commit is contained in:
parent
3e8d14d5ae
commit
4b60b6b8ad
15 changed files with 1048 additions and 3 deletions
41
k8s/argo-apps/valheim.yaml
Normal file
41
k8s/argo-apps/valheim.yaml
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: valheim
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
name: ''
|
||||
namespace: apps-fuku
|
||||
server: https://kubernetes.default.svc
|
||||
sources:
|
||||
- path: k8s/charts/valheim-server
|
||||
repoURL: https://git.roboces.dev/catalin/fukuops.git
|
||||
targetRevision: main
|
||||
helm:
|
||||
valuesObject:
|
||||
server:
|
||||
name: "Huesoperrers Váljei"
|
||||
public: 1
|
||||
timezone: Europe/Madrid
|
||||
secret:
|
||||
name: valheim-secrets
|
||||
key: server-password
|
||||
persistence:
|
||||
saves:
|
||||
accessMode: ReadWriteMany
|
||||
server:
|
||||
accessMode: ReadWriteMany
|
||||
backups:
|
||||
accessMode: ReadWriteMany
|
||||
resources:
|
||||
requests:
|
||||
memory: 4Gi
|
||||
cpu: 2000m
|
||||
limits:
|
||||
memory: 8Gi
|
||||
cpu: 4000m
|
||||
project: fuku
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue