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