Skip to content

Commit

Permalink
feat: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tscuite committed Jul 12, 2023
1 parent 5137ec6 commit 8a67434
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
args: [ "worker-sca" ]
env:
- name: DONGTAI_CONCURRENCY
value: {{.Values.build.env_server}}
value: {{.Values.build.env_sca}}
{{- include "deploy.config" . | nindent 10 }}
{{- if .Values.healthcheck }}
{{- include "deploy.Probe" . | nindent 10 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,4 @@ spec:
command: [ "/bin/bash","/opt/dongtai/deploy/docker/entrypoint.sh" ]
args: [ "beat" ]
{{- include "deploy.config" . | nindent 10 }}
# {{- if .Values.healthcheck }}
# {{- include "deploy.Probe" . | nindent 10 }}
# {{- end }}
{{- include "deploy.config.vo" . | nindent 6 }}

0 comments on commit 8a67434

Please sign in to comment.