matrix-registration fix args, change to recreate strategy
This commit is contained in:
parent
644481d706
commit
a0e989f402
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user