Add palworld.yaml

This commit is contained in:
2026-02-20 06:08:43 +00:00
parent ddaeb0f6be
commit c332e79258

19
palworld.yaml Normal file
View File

@@ -0,0 +1,19 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: palworld-server
namespace: argocd
spec:
project: default
source:
chart: palworld
repoURL: https://charts.sebastian-muthwill.de
targetRevision: 0.12.2 # 최신 버전에 따라 다를 수 있음
destination:
server: https://kubernetes.default.svc
namespace: palworld
syncPolicy:
automated:
prune: true
selfHeal: true
createNamespace: true