Files
my-k8s-config/palworld.yaml
2026-02-20 06:25:39 +00:00

24 lines
650 B
YAML

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
helm:
# 이 옵션이 핵심입니다.
passCredentials: true
destination:
server: https://kubernetes.default.svc
namespace: palworld
syncPolicy:
automated:
prune: true
selfHeal: true
# 여기서 네임스페이스를 자동으로 만들도록 강제합니다.
createNamespace: true