Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -70,7 +70,7 @@ spec:
|
|||||||
port: 8123
|
port: 8123
|
||||||
|
|
||||||
mcbackup:
|
mcbackup:
|
||||||
enabled: false
|
enabled: true
|
||||||
podOptions:
|
podOptions:
|
||||||
terminationGracePeriodSeconds: 120
|
terminationGracePeriodSeconds: 120
|
||||||
workload:
|
workload:
|
||||||
@@ -209,8 +209,20 @@ spec:
|
|||||||
main:
|
main:
|
||||||
main:
|
main:
|
||||||
mountPath: /data/dynmap/web
|
mountPath: /data/dynmap/web
|
||||||
|
type: nfs
|
||||||
|
server: 192.168.10.21
|
||||||
|
path: /mnt/tank/apps/minecraft/dynmap
|
||||||
backups:
|
backups:
|
||||||
enabled: false
|
enabled: true
|
||||||
|
type: nfs
|
||||||
|
server: 192.168.10.21
|
||||||
|
path: /mnt/tank/apps/minecraft/backups
|
||||||
|
new:
|
||||||
|
enabled: true
|
||||||
|
mountPath: /new
|
||||||
|
type: nfs
|
||||||
|
server: 192.168.10.21
|
||||||
|
path: /mnt/tank/apps/minecraft/config
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 8000m
|
cpu: 8000m
|
||||||
|
|||||||
Reference in New Issue
Block a user