Add palworld.yaml
This commit is contained in:
19
palworld.yaml
Normal file
19
palworld.yaml
Normal 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
|
||||
Reference in New Issue
Block a user