mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-06 04:32:43 +00:00
modify deployment and chart for opionated deployment
This commit is contained in:
@@ -9,6 +9,8 @@ spec:
|
||||
matchLabels:
|
||||
app.kubernetes.io/component: "{{ .Release.Name }}-server"
|
||||
template:
|
||||
strategy:
|
||||
type: "{{ .Values.server.strategy }}"
|
||||
metadata:
|
||||
annotations:
|
||||
{{- with .Values.server.annotations }}
|
||||
|
||||
@@ -56,6 +56,8 @@ server:
|
||||
- name: rcon
|
||||
containerPort: 25575
|
||||
protocol: UDP
|
||||
# -- (string) Change the deployment strategy
|
||||
strategy: Recreate
|
||||
|
||||
# -- (dict) Change the service configuration.
|
||||
# If you change those, make sure to change the server.config and server.ports accordingly.
|
||||
|
||||
@@ -6,6 +6,8 @@ metadata:
|
||||
name: palworld-server
|
||||
spec:
|
||||
replicas: 1
|
||||
strategy:
|
||||
type: Recreate
|
||||
selector:
|
||||
matchLabels:
|
||||
app: palworld-server
|
||||
|
||||
Reference in New Issue
Block a user