Switch dev-env script to deployment
This commit is contained in:
parent
e416da4f68
commit
63b709d93a
1 changed files with 1 additions and 4 deletions
|
@ -118,10 +118,7 @@ controller:
|
||||||
type: RollingUpdate
|
type: RollingUpdate
|
||||||
rollingUpdate:
|
rollingUpdate:
|
||||||
maxUnavailable: 1
|
maxUnavailable: 1
|
||||||
# change this when deployment supports hostPort without kubectl patch
|
useHostPort: true
|
||||||
kind: DaemonSet
|
|
||||||
daemonset:
|
|
||||||
useHostPort: true
|
|
||||||
terminationGracePeriodSeconds: 0
|
terminationGracePeriodSeconds: 0
|
||||||
|
|
||||||
defaultBackend:
|
defaultBackend:
|
||||||
|
|
Loading…
Reference in a new issue