-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
136 lines (109 loc) · 4.23 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
# Default values for terraria.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
terraria:
serversettings:
#Load a world and automatically start the server.
#world: /root/.local/share/Terraria/Worlds/world1.wld
#Creates a new world if none is found. World size is specified by: 1(small), 2(medium), and 3(large).
#autocreate:
#Sets the world seed when using autocreate
#seed: wesomeSeed
#Sets the name of the world when using autocreate
#worldname: erraria
#Sets the difficulty of the world when using autocreate 0(classic), 1(expert), 2(master), 3(journey)
#difficulty:
#Sets the max number of players allowed on a server. Value must be between 1 and 255
#maxplayers:
#Set the port number
#port: 7777
#Set the server password
#password: @55w0rd
#Set the message of the day
#motd: lease don�t cut the purple trees!
#Sets the folder where world files will be stored
#worldpath: :\Users\Defaults\My Documents\My Games\Terraria\Worlds\
#Sets the number of rolling world backups to keep
#worldrollbackstokeep:
#The location of the banlist. Defaults to "banlist.txt" in the working directory.
#banlist: anlist.txt
#Adds addition cheat protection.
#secure:
#Sets the server language from its language code.
#English = en-US, German = de-DE, Italian = it-IT, French = fr-FR, Spanish = es-ES, Russian = ru-RU, Chinese = zh-Hans, Portuguese = pt-BR, Polish = pl-PL,
#language: n-US
#Automatically forward ports with uPNP
upnp:
#Reduces enemy skipping but increases bandwidth usage. The lower the number the less skipping will happen, but more data is sent. 0 is off.
#npcstream: 0
#Default system priority 0:Realtime, 1:High, 2:AboveNormal, 3:Normal, 4:BelowNormal, 5:Idle
priority:
#Reduces maximum liquids moving at the same time. If enabled may reduce lags but liquids may take longer to settle.
#slowliquids:
#Journey mode power permissions for every individual power. 0: Locked for everyone, 1: Can only be changed by host, 2: Can be changed by everyone
#journeypermission_time_setfrozen:
#journeypermission_time_setdawn:
#journeypermission_time_setnoon:
#journeypermission_time_setdusk:
#journeypermission_time_setmidnight:
#journeypermission_godmode:
#journeypermission_wind_setstrength:
#journeypermission_rain_setstrength:
#journeypermission_time_setspeed:
#journeypermission_rain_setfrozen:
#journeypermission_wind_setfrozen:
#journeypermission_increaseplacementrange:
#journeypermission_setdifficulty:
#journeypermission_biomespread_setfrozen:
#journeypermission_setspawnrate:
persistence:
logs:
enabled: true
mountPath: /terraria-server/logs
subpath:
existingPersistentVolumeClaim:
persistentVolumeClaim:
storageClassName: "~"
storageSize: 1Gi
worlds:
enabled: true
mountPath: /root/.local/share/Terraria/Worlds
subpath:
existingPersistentVolumeClaim:
persistentVolumeClaim:
storageClassName: "~"
storageSize: 1Gi
env:
WORLD_FILENAME: "The_Enclosure_of_Cats.wld"
replicaCount: 1
image:
repository: ryshe/terraria
imagePullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
# See https://hub.docker.com/r/ryshe/terraria/tags for different versions/tshock variants
tag: "vanilla-latest"
imagePullSecrets: []
securityContext:
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
runAsNonRoot: false
runAsUser: 0
service:
annotations: {}
type: LoadBalancer
loadBalancerIP: ""
ipFamilyPolicy: PreferDualStack
port: 7777
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi