diff --git a/clusters/main/kubernetes/apps/minecraft/app/helm-release.yaml b/clusters/main/kubernetes/apps/minecraft/app/helm-release.yaml index 1e38b506b9d..e117e93c6e3 100644 --- a/clusters/main/kubernetes/apps/minecraft/app/helm-release.yaml +++ b/clusters/main/kubernetes/apps/minecraft/app/helm-release.yaml @@ -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