Skip to content

Commit

Permalink
fix command error
Browse files Browse the repository at this point in the history
  • Loading branch information
bobz965 committed Aug 16, 2023
1 parent e88d562 commit 48acabc
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions charts/templates/central-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
command:
- /kube-ovn/start-db.sh
- 180000
- 5
- "180000"
- "5"
securityContext:
capabilities:
add: ["SYS_NICE"]
Expand Down
4 changes: 2 additions & 2 deletions charts/templates/ovsovn-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ spec:
{{- else }}
command:
- /kube-ovn/start-ovs.sh
- 10000
- 180
- "10000"
- "180"
{{- end }}
securityContext:
runAsUser: 0
Expand Down
8 changes: 4 additions & 4 deletions dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3206,8 +3206,8 @@ spec:
imagePullPolicy: $IMAGE_PULL_POLICY
command:
- /kube-ovn/start-db.sh
- 180000
- 5
- "180000"
- "5"
securityContext:
capabilities:
add: ["SYS_NICE"]
Expand Down Expand Up @@ -3521,8 +3521,8 @@ spec:
imagePullPolicy: $IMAGE_PULL_POLICY
command:
- /kube-ovn/start-ovs.sh
- 10000
- 180
- "10000"
- "180"
securityContext:
runAsUser: 0
privileged: true
Expand Down
4 changes: 2 additions & 2 deletions yamls/ovn-dpdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ spec:
imagePullPolicy: IfNotPresent
command:
- /kube-ovn/start-db.sh
- 180000
- 5
- "180000"
- "5"
securityContext:
capabilities:
add: ["SYS_NICE"]
Expand Down
8 changes: 4 additions & 4 deletions yamls/ovn-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ spec:
imagePullPolicy: IfNotPresent
command:
- /kube-ovn/start-db.sh
- 180000
- 5
- "180000"
- "5"
securityContext:
capabilities:
add: ["SYS_NICE"]
Expand Down Expand Up @@ -243,8 +243,8 @@ spec:
imagePullPolicy: IfNotPresent
command:
- /kube-ovn/start-ovs.sh
- 10000
- 180
- "10000"
- "180"
securityContext:
runAsUser: 0
privileged: true
Expand Down

0 comments on commit 48acabc

Please sign in to comment.