File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : minecraft
3
- version : 4.23.4
3
+ version : 4.23.5
4
4
appVersion : SeeValues
5
5
home : https://minecraft.net/
6
6
description : Minecraft server
Original file line number Diff line number Diff line change 72
72
- name : {{ template "minecraft.fullname" . }}
73
73
image : " {{ .Values.image.repository }}:{{ .Values.image.tag }}"
74
74
imagePullPolicy : {{ .Values.image.pullPolicy }}
75
- tty : true
75
+ tty : {{ default true .Values.minecraftServer.rcon.tty }}
76
76
stdin : true
77
77
{{- if or (.Values.lifecycle.postStart) (.Values.lifecycle.preStop)}}
78
78
lifecycle :
Original file line number Diff line number Diff line change @@ -364,6 +364,8 @@ minecraftServer:
364
364
# loadBalancerSourceRanges: []
365
365
# # Set the externalTrafficPolicy in the Service to either Cluster or Local
366
366
# externalTrafficPolicy: Cluster
367
+ # # set this to false to not have colorized logs
368
+ tty : true
367
369
368
370
extraPorts :
369
371
[]
You can’t perform that action at this time.
0 commit comments