diff --git a/palworld.yaml b/palworld.yaml new file mode 100644 index 0000000..80e2585 --- /dev/null +++ b/palworld.yaml @@ -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 \ No newline at end of file