diff --git a/charts/matrix-registration/templates/deployment.yaml b/charts/matrix-registration/templates/deployment.yaml index 9f2d43e..ed2fcf2 100644 --- a/charts/matrix-registration/templates/deployment.yaml +++ b/charts/matrix-registration/templates/deployment.yaml @@ -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