Skip to content

Commit

Permalink
change some command lines
Browse files Browse the repository at this point in the history
  • Loading branch information
knightXun committed Mar 2, 2020
1 parent 8100296 commit ecd2808
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kubernetes/helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
containerPort: {{ .Values.port.graphd.httpPort }}
- name: http2
containerPort: {{ .Values.port.graphd.http2Port }}
command: ["--flagfile=/usr/local/nebula/etc/nebula-graphd.conf","--v=0", "--minloglevel=2"]
args: ["--flagfile=/usr/local/nebula/etc/nebula-graphd.conf","--v=0", "--minloglevel=2"]
{{- if .Values.livenessProbe.graphd.Enable }}
livenessProbe:
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/helm/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
name: http
- containerPort: {{ .Values.port.metad.http2Port }}
name: http2
command:
args:
["--flagfile=/usr/local/nebula/etc/nebula-metad.conf", "--local_ip=$(hostname -i)", "--v=0", "--minloglevel=2"]
{{- if .Values.livenessProbe.graphd.Enable }}
livenessProbe:
Expand Down Expand Up @@ -134,7 +134,7 @@ spec:
name: http
- containerPort: {{ .Values.port.storaged.http2Port }}
name: http2
command:
args:
["--flagfile=/usr/local/nebula/etc/nebula-storaged.conf", "--local_ip=$(hostname -i)", "--v=0", "--minloglevel=2"]
{{- if .Values.livenessProbe.graphd.Enable }}
livenessProbe:
Expand Down

0 comments on commit ecd2808

Please sign in to comment.