chore(minecraft): simplify even more

This commit is contained in:
Kjeld Schouten
2024-11-11 15:48:54 +01:00
parent 67a91e4ac7
commit 4ec370e98e
@@ -42,7 +42,6 @@ spec:
enabled: true
loadBalancerIP: ${MINECRAFT_IP}
type: LoadBalancer
externalTrafficPolicy: Local
ports:
main:
enabled: true
@@ -56,7 +55,6 @@ spec:
enabled: true
loadBalancerIP: ${MINECRAFT_IP}
type: LoadBalancer
externalTrafficPolicy: Local
ports:
rcon:
enabled: true
@@ -72,16 +70,6 @@ spec:
mcbackup:
enabled: false
# White spaced separated list
zstd_params:
- --long=25
- --single-thread
# comma separated list
excludes:
- "*.jar"
- "cache"
- "logs"
- "*.tmp"
podOptions:
terminationGracePeriodSeconds: 120
workload:
@@ -260,45 +248,3 @@ spec:
fixedMiddlewares:
- name: chain-basic
namespace: ""
cnpg:
main:
enabled: false
primary: true
# -- Puts the cnpg cluster in hibernation mode
hibernate: false
pgVersion: 16
mode: standalone
# Database details
database: “dynmap”
user: “dynmap
password: “minecraftdynmapPASSWORD"
# Database cluster configuration
cluster:
# Number of instances
instances: 1
# set to true on single-node clusters to allow PVCs to be kept on instance restart
singleNode: true
# # -- storage size for the data pvc's
# # Follows the same spec as .Values.Persistence type=PVC
storage:
storageClass: “ceph-nvme2”
# # -- storage size for the wal pvc's
# # Follows the same spec as .Values.Persistence type=PVC
walStorage:
storageClass: “ceph-nvme2”
# The instances' log level, one of the following values: error, warning, info (default), debug, trace
logLevel: info
backups:
enabled: true
credentials: s3
recovery:
method: object_store
credentials: s3