matrix-registration fix args, change to recreate strategy

This commit is contained in:
Grant 2025-06-12 10:48:43 -06:00
parent 644481d706
commit a0e989f402

View File

@ -11,10 +11,7 @@ spec:
name: matrix-registration
app: matrix-registration
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 0
type: RollingUpdate
type: Recreate
template:
metadata:
labels:
@ -26,7 +23,7 @@ spec:
- image: zeratax/matrix-registration:{{ printf "v%s" .Chart.AppVersion }}
imagePullPolicy: IfNotPresent
name: matrix-registration
args: ["serve", "--config-path", "/config/config.yaml"]
args: ["--config-path", "/config/config.yaml","serve"]
ports:
- containerPort: 5000
name: web