feat: add valheim chart and argo app
Some checks failed
checks / pre-commit (push) Failing after 30s
checks / k8s (push) Failing after 31s
checks / tflint (push) Failing after 31s
OpenTofu deployments / adguard (push) Failing after 30s
OpenTofu deployments / authentik (push) Failing after 30s

This commit is contained in:
cătălin 2025-04-01 19:24:08 +02:00
commit 4b60b6b8ad
No known key found for this signature in database
15 changed files with 1048 additions and 3 deletions

View 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: {}