mirror of https://github.com/sgoudham/k8s
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
91 lines
1.5 KiB
YAML
91 lines
1.5 KiB
YAML
2 years ago
|
resources:
|
||
|
requests:
|
||
1 year ago
|
memory: "7512M"
|
||
|
limits:
|
||
|
memory: "8512M"
|
||
2 years ago
|
|
||
|
strategyType: Recreate
|
||
|
|
||
|
livenessProbe:
|
||
|
command:
|
||
|
- mc-health
|
||
|
initialDelaySeconds: 30
|
||
|
periodSeconds: 5
|
||
|
failureThreshold: 20
|
||
|
successThreshold: 1
|
||
|
timeoutSeconds: 1
|
||
|
readinessProbe:
|
||
|
command:
|
||
|
- mc-health
|
||
|
initialDelaySeconds: 30
|
||
|
periodSeconds: 5
|
||
|
failureThreshold: 20
|
||
|
successThreshold: 1
|
||
|
timeoutSeconds: 1
|
||
|
startupProbe:
|
||
|
command:
|
||
|
- mc-health
|
||
|
enabled: false
|
||
|
failureThreshold: 30
|
||
|
periodSeconds: 10
|
||
|
|
||
1 year ago
|
deploymentLabels:
|
||
|
load-balancer: minecraft
|
||
|
podLabels:
|
||
|
load-balancer: minecraft
|
||
|
|
||
2 years ago
|
minecraftServer:
|
||
|
eula: "TRUE"
|
||
1 year ago
|
version: "1.20.1"
|
||
|
type: "FORGE"
|
||
|
forgeVersion: "47.1.33"
|
||
2 years ago
|
difficulty: normal
|
||
1 year ago
|
whitelist: "Hamothy_,Aishwxrya"
|
||
|
ops: "Hamothy_,Aishwxrya"
|
||
|
viewDistance: 32
|
||
2 years ago
|
motd: "Criminal Offensive Side-EYE"
|
||
|
pvp: true
|
||
|
levelType: DEFAULT
|
||
1 year ago
|
worldSaveName: ForgeModdedSurvival
|
||
|
memory: 6512M
|
||
|
maxWorldSize: 5999968
|
||
2 years ago
|
|
||
|
rcon:
|
||
|
enabled: true
|
||
|
existingSecret: minecraft-rcon
|
||
|
secretKey: rcon-password
|
||
|
|
||
|
persistence:
|
||
|
dataDir:
|
||
|
enabled: true
|
||
|
Size: 10Gi
|
||
|
|
||
|
mcbackup:
|
||
|
enabled: true
|
||
|
|
||
|
image:
|
||
|
repository: itzg/mc-backup
|
||
|
tag: latest
|
||
|
pullPolicy: IfNotPresent
|
||
|
|
||
|
initialDelay: 2m
|
||
|
backupInterval: "2h"
|
||
|
pauseIfNoPlayers: "true"
|
||
1 year ago
|
pruneBackupsDays: 3
|
||
2 years ago
|
rconRetries: 5
|
||
|
rconRetryInterval: 10s
|
||
|
excludes: "*.jar,cache,logs"
|
||
|
backupMethod: tar
|
||
|
destDir: /backups
|
||
1 year ago
|
linkLatest: "true"
|
||
|
compressMethod: "zstd"
|
||
2 years ago
|
|
||
|
resources:
|
||
|
requests:
|
||
|
memory: 512Mi
|
||
|
|
||
|
persistence:
|
||
|
backupDir:
|
||
|
enabled: true
|
||
|
Size: 20Gi
|