forked from billimek/k8s-gitops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
minecraft-bedrock.yaml
43 lines (43 loc) · 1.01 KB
/
minecraft-bedrock.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: mcbr
namespace: default
spec:
interval: 5m
chart:
spec:
# renovate: registryUrl=https://itzg.github.io/minecraft-server-charts/
chart: minecraft-bedrock
version: 1.2.1
sourceRef:
kind: HelmRepository
name: minecraft-server-charts
namespace: flux-system
interval: 5m
values:
persistence:
storageClass: "rook-ceph-block"
dataDir:
enabled: true
Size: 10Gi
resources:
requests:
memory: 250Mi
cpu: 100m
limits:
memory: 250Mi
podAnnotations:
backup.velero.io/backup-volumes: datadir
minecraftServer:
eula: "TRUE"
version: "LATEST"
difficulty: normal
gameMode: survival
ops: "2535432067443552"
levelName: world
serverName: "\u00a79Lovely \u00a7c\u00a7lSMP\u00a7c\u00a7l\u00a7k!"
cheats: true
serviceType: LoadBalancer
loadBalancerIP: 10.0.6.103