Add Factorio
This commit is contained in:
27
apps/values.yaml
Normal file
27
apps/values.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
# cluster-state/apps/factorio/values.yaml
|
||||
|
||||
# Sorge dafür, dass der Pod auf dem Game-Node landet
|
||||
affinity:
|
||||
nodeAffinity:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
nodeSelectorTerms:
|
||||
- matchExpressions:
|
||||
- key: workload
|
||||
operator: In
|
||||
values:
|
||||
- Games # Das Label, das du wahrscheinlich für server03 gesetzt hast
|
||||
|
||||
# Factorio Networking
|
||||
service:
|
||||
type: LoadBalancer
|
||||
port: 34197
|
||||
protocol: UDP
|
||||
|
||||
# Persistence (Speichert deine Map auf dem Host)
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: "local-path" # Oder deine spezifische StorageClass
|
||||
size: 5Gi
|
||||
|
||||
factorio:
|
||||
serverName: "UWU-Danta"
|
||||
Reference in New Issue
Block a user